TODO:A description of your project follows. A good description is clear, short, and to the point. Describe the importance of your project, and what it does.
To Setup a webserver you will need
- Node.js >= 0.10.1
TODO: The next section is usage, in which you instruct other people on how to use your project after they’ve installed it. This would also be a good place to include screenshots of your project in action.
const WebServer = require('tn-webserver');
var app = /*(instance of some http request handler; e.g. express)*/;
var server = WebServer(app); //Run server
- http
- Tumble1999 - All of it - tumble1999 See also the list of contributors who participated in this project.
For more info see the LICENSE file.