Releases: StrixROX/NodeJS-Load-Balancer
Releases · StrixROX/NodeJS-Load-Balancer
v3.0.0
Release Notes
- Uses
httpmodule primarily - Offers only basic functionality
- Load balancing capability
- User interface to interact with the load balancer network
- Application layer control (OSI Layer 7)
- TypeScript
- Transport layer control (OSI Layer 4)
- Web-socket based user interface to monitor backend servers
- Backend server health-checks
- Supported load balancing algorithms:
- Round-Robin (Static)
- Weighted Round-Robin (Static)
- Least Connection (Dynamic)
What's Changed
Full Changelog: v2.0.0...v3.0.0
v2.0.0
Release Notes
This is the first stable state/release.
- Uses
httpmodule primarily - Offers only basic functionality
- Load balancing capability
- User interface to interact with the load balancer network
- Application layer control (OSI Layer 7)
- TypeScript
- Transport layer control (OSI Layer 4)
- Web-socket based user interface to monitor backend servers
- Backend server health-checks
- Supported load balancing algorithms:
- Round-Robin (Static)
- Weighted Round-Robin (Static)
- Least Connection (Dynamic)