https://github.com/soreana/web-socket-nodejs
https://github.com/soreana/web-socket-nodejs
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soreana/web-socket-nodejs
- Owner: soreana
- Created: 2015-06-25T08:58:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T10:23:19.000Z (over 10 years ago)
- Last Synced: 2025-01-25T23:16:33.397Z (9 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Initially from http://psitsmike.com/2011/09/node-js-and-socket-io-chat-tutorial/
1. Install NodeJS and npm
2. Execute 'npm install -d' to create the node_modules folder from package.json
3. Run program 'node app.js'Feel free to ask any questions.