A Golang alternative to SimpleHTTPServer, but more beautiful and powerful.
- Good-looking.
- View, download, upload, rename and delete files.
- Display source code with syntax highlighting.
- Render markdown files like GitHub does.
-
From source (with Go installed, recommended)
go get github.com/JeziL/gosvr
-
From binary (untested)
See Latest release.
gosvr [-d DIR] [-p PORT]
optional arguments:
-d DIR Root directory to serve files from. (default ".")
-p PORT Port number of the HTTP service. (default "8080")
-v Version number of gosvr
-h Help info