This is the code is bases on the Real Time Web with Node.js demo app, chattr.
You’ll need to make sure you have a redis server running in order to use chattr. See the Redis Quick Start for information on installing redis.
The fastest way to get chattr up and running:
git clone [email protected]:dan-nl/realtimewebnode.git
cd realtimewebnode
npm install
npm start