litehttp
v1.1.5
Published
Simple way to serve /public
Downloads
15
Readme
litehttp - Simple!
When nothin else is lite enough.
$ mkdir mysite && cd mysite
$ npm i litehttp
put an index.html file in ./public and
var server = require('litehttp');
server.listen(3000);
console.log('listening on 3000');