node.js chat and push message
- fix /config/Config.js
- fix /html/chatRoom.html
var socket = io.connect('http://yourhost:port/chatRoom');
- npm install
- node Server.js
- http://127.0.0.1:[port]
Created with Nodeclipse (Eclipse Marketplace, site)
Nodeclipse is free open-source project that grows with your contributions.