Skip to content

Instantly share code, notes, and snippets.

@cggaurav
Created October 18, 2013 15:00
Show Gist options
  • Save cggaurav/7042857 to your computer and use it in GitHub Desktop.
Save cggaurav/7042857 to your computer and use it in GitHub Desktop.
WebService
var connect = require('connect');
connect.createServer(
connect.static(__dirname)
).listen(8080);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment