Skip to content

Instantly share code, notes, and snippets.

@zelon88
Created May 29, 2019 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zelon88/fc75979b1121a3d85afa0093f4eb9e1b to your computer and use it in GitHub Desktop.
Save zelon88/fc75979b1121a3d85afa0093f4eb9e1b to your computer and use it in GitHub Desktop.
Idea for LoadBalancing (HRAI2)
https://www.HonestRepair.net
1. Setup server nodes on a network
2. Client nodes connect via browser.
3. Javascript code detects nearby devices. If other nearby devices are found they are networked together via Javascript.
4. Clients can also run a js file that will start a listener/transmitter without connecting to the server.
5. Client networks are held together as long as the JS is running on them.
6. Client networks can use the server JS file to connect to the server.
7. At least one client node needs to have a server connection for the client network to have access to Cloud data locally.
8. At least ony client node needs to contain a copy of data for it to be available to other machines on the network.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment