webrockets
webrockets copied to clipboard
How to send data to the websocket server
Hi
I have a websocket server say wss.blahstock.com. it provides stock price data realtime but we need to subscribe to certain stocks. How do I subscribe to a given list of stocks by sending a json list of ticker codes back to the server.
Best GC