Simple one room chat written in node.js based on Socket.IO and Express.
Watch demo: http://pajak.it:8090
- node.js
- npm
After clone do:
npm install
Run server:
node server/server.js
Launch web browser and type url http://localhost:8090
and enjoy deployed serer and client chat.