Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chuntley/go-easy-server
Drop this executable into any directory to quickly serve the contents through a local port
https://github.com/chuntley/go-easy-server
Last synced: 21 days ago
JSON representation
Drop this executable into any directory to quickly serve the contents through a local port
- Host: GitHub
- URL: https://github.com/chuntley/go-easy-server
- Owner: chuntley
- License: mit
- Created: 2019-10-11T16:08:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T17:54:51.000Z (about 5 years ago)
- Last Synced: 2024-10-02T08:57:16.554Z (about 1 month ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-Easy-Server
A simple go server to serve static assets locally.
## Running
`./go-easy-server --port=4001 --directory=/static`
## Options
- `port`: set the port of the server (defaults to 4000)
- `directory`: the path to serve files from (default is same directory)