Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 464 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 464 Bytes

socket.io-redis-sample

This is simple node.js application with Express.js 4.x, Socket.IO 1.x and socket.io-redis.

Usage

$ redis-server &
$ git clone https://github.com/stoshiya/socket.io-redis-sample.git
$ cd socket.io-redis-sample
$ npm install
$ PORT=3000 node app.js &
$ PORT=3001 node app.js &

License

MIT