Quick and simple demo of a multi-room chat system using Socket.io, Node.js, and Redis
- brew install redis-server | sudo apt-get install redis-server
- brew install nodejs | sudo apt-get install nodejs npm
- git clone git@github.com:messick/socket-demo
- cd socket-demo
- npm install
- node app.js
Goto following URL on multiple browser tabs: http://127.0.0.1:9999