Skip to content

binocarlos/turboexpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
	
})

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published