Created
October 28, 2012 09:58
-
-
Save jayco/3968217 to your computer and use it in GitHub Desktop.
assign new server module in node js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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