Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 689 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 689 Bytes

RealTime Web with Node.js

This is the code is bases on the Real Time Web with Node.js demo app, chattr.

redis

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.

install

The fastest way to get chattr up and running:

  • Make sure you have nodejs and npm installed
git clone [email protected]:dan-nl/realtimewebnode.git
cd realtimewebnode
npm install
npm start