Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)