Skip to content

Releases: StrixROX/NodeJS-Load-Balancer

v3.0.0

28 Mar 08:40

Choose a tag to compare

Release Notes

  • Uses http module 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

15 Mar 16:39

Choose a tag to compare

Release Notes

This is the first stable state/release.

  • Uses http module 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)