Configuring haproxy to load balance multiple engine.io servers

Haproxy is a Load Balancer to forward traffic to multiple servers. It works with HTTP and plays well with WebSockets. Engine.io is the implementation of transport-based cross-browser/cross-device bi-directional communication layer for Socket.IO. It's WebSockets with fallbacks to make it work on the web. Engine.io is much…

Read this article