Home / Platform / Load Balancing
Routing · Adaptive

Routing that listens to the node js event loop.

Most balancers measure CPU. Adensabais measures what actually matters for nodejs: event-loop lag, GC pauses, and inflight handler depth.

Request a Technical Demo →
Algorithm · EWMA + lagLayer · L4 + L7Anycast · 38 PoPFailover · 1.2s
01

Loop-lag scoring

Each node-js instance reports lag every 250ms. Routing weights update in real time.

02

Weighted regions

Pin traffic to the closest healthy region. Drain a region in seconds.

03

Connection reuse

Long-lived HTTP/2 streams cut handshake overhead by 64% on average.

04

Health gates

Route only to instances passing the per-service readiness contract.

05

Sticky sessions

Optional consistent-hash routing for stateful node js handlers.

06

Cost-aware

Prefer in-region replicas to reduce cross-AZ data transfer.

Scenariop50p99Failover
Single region, healthy11ms38ms
One AZ degraded14ms52ms1.1s
Region eviction drill18ms71ms1.4s
Cold start spike12ms89ms