Skip to content

Instantly share code, notes, and snippets.

@francois-blanchard
Created June 9, 2014 21:24
Show Gist options
  • Save francois-blanchard/171d40b77fc8979f465b to your computer and use it in GitHub Desktop.
Save francois-blanchard/171d40b77fc8979f465b to your computer and use it in GitHub Desktop.
Start node.js with express and socket.io
$ mkdir project
$ cd project
$ npm init
# find laste stable express version
$ npm info express version
$ npm install --save express
{
"name": "hello-world",
"description": "hello world test app",
"version": "0.0.1",
"dependencies": {
"express": "3.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment