Skip to content

emre/swarm-host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

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'}
];

running

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

About

Realtime redis dashboard for your redis setup.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors