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

https://github.com/muka/poorman-http-server

HTTP server for static file
https://github.com/muka/poorman-http-server

Last synced: about 2 months ago
JSON representation

HTTP server for static file

Awesome Lists containing this project

README

        

#poorman-http-server

Poorman HTTP static file server

Install
---

`sudo npm i -g poorman-http-server`

Usage
---

Default is `http-server` which is the same as `http-server ./ 3000`

To server `./public` folder on port `8080`

`http-server public 8080`

License
---

MIT