static_server

A tiny static file web server.


Keywords
web
License
MIT
Install
nimble install static_server@#v2.0.2

Documentation

Nimble

release license

static_server

static_server is a minimal web server that can be used to serve static files.

Usage

static_server [ -p:port ] [ directory ]

Where:

  • directory is the directory to serve (default: current directory).
  • port is the port to listen to (default: 1337).