https://github.com/jezil/gosvr
A Golang alternative to SimpleHTTPServer, but more beautiful and powerful.
https://github.com/jezil/gosvr
go golang http http-server simplehttpserver
Last synced: about 1 year ago
JSON representation
A Golang alternative to SimpleHTTPServer, but more beautiful and powerful.
- Host: GitHub
- URL: https://github.com/jezil/gosvr
- Owner: JeziL
- License: mit
- Created: 2018-10-18T10:37:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T17:07:34.000Z (over 3 years ago)
- Last Synced: 2025-02-03T16:55:25.932Z (about 1 year ago)
- Topics: go, golang, http, http-server, simplehttpserver
- Language: HTML
- Size: 536 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gosvr
[](https://travis-ci.com/JeziL/gosvr) [](https://goreportcard.com/report/github.com/JeziL/gosvr)
*A Golang alternative to SimpleHTTPServer, but more beautiful and powerful.*

## Features
- Good-looking.
- View, download, upload, rename and delete files.
- Display source code with syntax highlighting.
- Render markdown files like GitHub does.
## Install
- **From source (with Go installed, recommended)**
```bash
go get github.com/JeziL/gosvr
```
- **From binary (untested)**
See [Latest release](https://github.com/JeziL/gosvr/releases/latest).
## Usage
```
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
```
## Powered by
- [packr](https://github.com/gobuffalo/packr) \[[LICENSE](https://github.com/gobuffalo/packr/blob/master/LICENSE.txt)\]
- [Bootstrap](https://getbootstrap.com/) \[[LICENSE](https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)\]
- [JQuery](https://jquery.com/) \[[LICENSE](https://github.com/jquery/jquery/blob/master/LICENSE.txt)\]
- [Popper.js](https://popper.js.org/) \[[LICENSE](https://github.com/FezVrasta/popper.js/blob/master/LICENSE.md)\]
- [highlight.js](https://highlightjs.org/) \[[LICENSE](https://github.com/highlightjs/highlight.js/blob/master/LICENSE)\]
- [highlightjs-line-numbers.js](https://github.com/wcoder/highlightjs-line-numbers.js/) \[[LICENSE](https://github.com/wcoder/highlightjs-line-numbers.js/blob/master/LICENSE)\]
- [showdown](https://github.com/showdownjs/showdown) \[[LICENSE](https://github.com/showdownjs/showdown/blob/master/LICENSE)\]
- [github-markdown-css](https://github.com/sindresorhus/github-markdown-css) \[[LICENSE](https://github.com/sindresorhus/github-markdown-css/blob/gh-pages/license)\]
- [Material Design icons by Google](https://github.com/google/material-design-icons) \[[LICENSE](https://github.com/google/material-design-icons/blob/master/LICENSE)\]