I haven't really found a good solution to Websocket, socket.io connection with Elastic Load Balancer using Elastic Beanstalk running on node.js. Anyone has a good set up on how to scale node.js with socket.io implementation
Here are some question: if we use a load balancer with tcp listener, how can the socket.io establish the connection with https?
Really appreciate anyone who has tried this implementation setup to give some insights :) Cheers