Light http server
Lightweight express like web framework for node.
const server = ; server; server
Added support for https
const server = ;const fs = ; const options = key: fs cert: fs port:443; server; server
Installation
$ npm install light-http-server
Features
- No module dependencies
- Lightweight and fast
- Express like syntax
- Quick app prototyping