turboexpress

0.0.6 • Public • Published

turboexpress

A quick way to get a node.js express website booted

 
var Turbo = require('../src');
 
var webserver = Turbo({
    port:80,
    document_root:__dirname + '/../test/fixtures/www'
})
 
webserver.start(function(){
    
    // yay we have a turbo express
    
})
 

Readme

Keywords

none

Package Sidebar

Install

npm i turboexpress

Weekly Downloads

4

Version

0.0.6

License

MIT

Last publish

Collaborators

  • binocarlos