simple_http_server 0.3.0
simple_http_server: ^0.3.0 copied to clipboard
A static file HTTP server for easy directory serving.
simple_http_server #
A simple HTTP server that can serve up any directory.
Inspired by python -m SimpleHTTPServer.
Install #
Use the pub global command to install this into your system.
$ pub global activate simple_http_server
Use #
If you have modified your PATH, you can run this server from any local directory
$ simple_http_server
Otherwise you can use the pub global command.
$ pub global run simple_http_server
Configure #
--port- Set the port. Defaults to 8080.