Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This is an exercise in OOP. Javascript simulation of a cluster of N servers that manage a queue of requests

License

Notifications You must be signed in to change notification settings

heavybeard/loadbalancing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loadbalancing

This is an exercise in OOP. Javascript simulation of a cluster of N servers that manage a queue of requests.

Queue

The queue is defined in requests string variable with following structure:

"id, time, duration; id, time, duration; [...] ;"

How Work

In according with load balancing technique, the cluster manage the queue and send single request on free internal server.

About

This is an exercise in OOP. Javascript simulation of a cluster of N servers that manage a queue of requests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published