How to connect one javascript client to two different websocket servers?
I have an web app that uses a ws websocket client to connect to a single websocket server.
How can have this ws client connect to another websocket at the same time?
I need to receive data form two different sources.( 2 different websocket servers)