The most advanced load balancing algorithm
npm install sean-load-balancerThe most advanced load balancing algorithm
``bash`
npm install sean-load-balancer
`javascript
const seanLoadBalancer = require('sean-load-balancer');
const result = seanLoadBalancer({
things: ['server1', 'server2', 'server3'],
apiKey: 'super-secret-key-dont-share'
});
``
- things: An array of things you need balanced
- apiKey: api key that unlocks the full potential of the load distribution matrix.