makashov73 / tinyWebServer

A simply web-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinyWebServer

I made a simply web-service on Go for myself needs, that allows me to reach all my videos on home server PC from anywhere in my local network.

All what you need to use this it's compile this code for one of your OS, place binary file in the same folder, where was placed folder named "files", wich included all your media files. Then after run, you need to open URL in your browser localhost:8081 (for your local machine), or domain_name:8081 (for reach access from network).

Enjoy :)

LINKS

To download pre-compiled builds for your type OS follow this: MacOS Windows Linux

For compile binary file first of all you need to install package filetype

About

A simply web-server


Languages

Language:Go 100.0%