jackiealex / socket.io-redis-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download redis from the offfice website and install

  • tar .gz and make
  • start redis-server
cd src
redis-server
  • run redis-client by command below:
cd src
redis-cli
// then publish a message:
publish chat hello,world

Here is a nodejs websocket and redis app demo, then run

  • start app
npm install
// then
npm start

About


Languages

Language:JavaScript 99.5%Language:HTML 0.5%