Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 502 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 502 Bytes

Prototype for c(o)d(e)p(a)d project.

Requirements

node.js -- I'm using 0.6.11

socketstream

Note: SocketStream is now installed through NPM. No need to install it yourself.

redis

Install project (requires npm 1.x)

git clone https://github.com/jcurtis/cdpd.git
cd cdpd
sudo npm install

Run server

Run redis server

redis-server redis.conf

Start application

node app.js