In Whatsapp design, when using websocket, should we add load balancer between user and webserver socket server? as there are multiple web socket server , LB could help to select the specific websocket server?
Find the answer from full design diagram. It uses LB to do HTTP request first , and select the websocket server, and then create the websocket connection without LB.
Could close the question now.