I\'ve been searching everywhere, but can\'t seem to find a solution. Is it possible to install Socket.io on Node.js on Windows 7?
If not, is there some sort of alternati
Create a file called package.json in your project directory with the following.
package.json
{ "name": "project name", "description": "project description, "version": "0.0.1", "dependencies": { "express": "2.4.6", "socket.io": "version" } }
Then run the npm install