Skip to content

Instantly share code, notes, and snippets.

@jayco
Created October 28, 2012 09:58
Show Gist options
  • Save jayco/3968217 to your computer and use it in GitHub Desktop.
Save jayco/3968217 to your computer and use it in GitHub Desktop.
assign new server module in node js
// Hello world example in nodejs
//writen by jayco
// Create server variable and assign it the node http module
var http_server = require('http');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment