Skip to content

Node Http web server setup used by Tumble Network

License

Notifications You must be signed in to change notification settings

tumblenet/tn-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node Http web server setup used by Tumble Network

Resources

License

Stars

Watchers

Forks

Packages

No packages published