Skip to content

alexus85/sc-horizontal-with-loadbalancer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sc-horizontal

In order to make this work you must do the following. (Yes, I know this can be simplier but I wanted to spell it out...)


1) sudo apt-get install redis-server

2) npm install loadbalancer -g

3) cd first && npm install && cd .. && cd second && npm install && cd ..

4) open 3 terminal windows or split if you are using something like terminator

5) In one terminal $ redis-server , in the other two windows run both server files.

6) Use the redis-cli to send a broadcast to both servers and watch the messages in the developer consoles of both browers.

7) Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • HTML 0.7%