1.0.3 • Published 4 years ago

tn-webserver v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

TN Webserver

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.

Getting Started

Prerequisites

To Setup a webserver you will need

  • Node.js >= 0.10.1

Usage

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

Built With

  • http

Authors

License

For more info see the LICENSE file.

Acknowledgments

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago