pk11 / node-ws-demo

a websockets node.js demo app with a persistent queue backed by redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

love chat

a websockets node demo app with a persistent message queue backed by redis

requirements:

  • a local redis instance listening on the default port
  • node.js >= 0.8.15

set it up:

$ npm install

$ npm run-script start

Open browser A and hit: http://localhost:9000/

Open browser B and hit: http://localhost:9000/

About

a websockets node.js demo app with a persistent queue backed by redis


Languages

Language:JavaScript 100.0%