The component TsgcWebSocketLoadBalancerServer allows to Load Balancing WebSocket and HTTP Protocols. For websockedt protocol allows to distributing messages across a group of servers and distributes clients connections using a random sequence or fewer connections algorithm.
The Load Balancer Server, inherits all methods and properties from TsgcWebSocketHTTPServer.
The Load Balancer server it's a descendant of TsgcWebSocketHTTPServer, so read the documentation about the TsgcWebSocketHTTPServer to know how to configure it.
Additionally, the Load Balancer has the property LoadBalancer, which has the following properties:
The Backup Servers (the servers behind the load balancer) can be a TsgcWebSocketServer, TsgcWebSocketHTTPServer or a Datasnap Server.
Those servers have a property called LoadBalancer where you can configure the connection between the LoadBalancer Server and the Backup Servers.