Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Elastic Beam Proxy: Auto Scaling Jetty API's

Hi All,
    We(Elastic Beam) are a startup and has built cluster-able software proxy which scales API traffic for REST, WebSocket and MQTT. We expose both CLI and REST API for management. Jetty instances can be dynamically added/removed based on the load for auto scale. We also do health check and automatically remove un-health Jetty from our cluster.

Client Apps ----> Elastic Beam Proxy(1 or many nodes) --> Jetty API Servers.

If you are interested in trying our software, pl reach out to me. (uday@xxxxxxxxxxxxxxx).

Thanks,
Uday.

Back to the top