Skip to content

GreyKn/swarm-host

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Realtime redis dashboard for your redis setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%