Display Stock Tick data on react front end by calling websocket through a backend that calls the broker infrastructure
I am trying to create a watch list that shows realtime pricing.
The broker doesn’t allow a connection to be created directly from the front end due to CORS.