litehttp

1.1.5 • Public • Published

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');

Readme

Keywords

Package Sidebar

Install

npm i litehttp

Weekly Downloads

3

Version

1.1.5

License

MIT

Last publish

Collaborators

  • spaceman