0.2.1 • Published 6 years ago

fast-http-server v0.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Fast HTTP Server

Quickly get a http server running to serve the current folder.

Installing

npm install -g fast-http-server

Using

http-server static

Will serve all the files on the specified directory.

Options

Using

http-server proxy

Will proxy all the request to localhost:specified_port to the specified host name. Used to avoid CORS errors.

Options

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details ~