Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 632 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 632 Bytes

swarm-host

A realtime redis dashboard for your redis setup.

installation

git clone https://github.com/emre/swarm-host.git
cd swarm-host/swarm-host
npm install

configuration

  • edit config.js with your redis setup.
REDIS_SERVERS = [
  {"host": 'localhost', "port":'6379'},
  {"host": 'localhost', "port":'6380'}
];
  • edit /public/javascripts/socket.js if you use custom host & port.

running

$ node app.js
   info  - socket.io started
Listening on port 3000