1.1.5 • Published 11 years ago
litehttp v1.1.5
litehttp - Simple!
When nothin else is lite enough.
$ mkdir mysite && cd mysite
$ npm i litehttpput an index.html file in ./public and
var server = require('litehttp');
server.listen(3000);
console.log('listening on 3000');