An online chat application building with Node.js and socket.io.
View the live demo: http://wjherpchat2.herokuapp.com/
How to run
- download the code then extract
- run
npm install
from command line window - run
node server
- finnaly, open your browser and visit
localhost:3000
具体教程见博客 http://www.cnblogs.com/Wayou/p/hichat_built_with_nodejs_socket.html