jaredkwright / goserve

A simple static HTTP server. Intended to replace "python -m SimpleHTTPServer" when developing simple client-side web apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goserve

A simple static HTTP server. Intended to replace "python -m SimpleHTTPServer" when developing simple client-side web apps.

Usage

After installing, from the command line, navigate to the directory you want to serve:
goserve -port=XXXX
where XXXX is the port you want to use or
goserve
to serve on default port 9999

About

A simple static HTTP server. Intended to replace "python -m SimpleHTTPServer" when developing simple client-side web apps.


Languages

Language:Go 100.0%