Good evening!
I'm trying to understand how real time data is streamed to the browser.
Is it via websockets, HTTP poling, SSE? What are some good data providers?
When I try to find information online I just find sample code with AJAX calls made in set intervals.
I'm so confused in trying to understand the big picture. I'm assuming when a trade is made a server event is fired from the exchange, then my server is listening to it and fires another event where my front end will listen to it.
Thanks in advance!
I'm trying to understand how real time data is streamed to the browser.
Is it via websockets, HTTP poling, SSE? What are some good data providers?
When I try to find information online I just find sample code with AJAX calls made in set intervals.
I'm so confused in trying to understand the big picture. I'm assuming when a trade is made a server event is fired from the exchange, then my server is listening to it and fires another event where my front end will listen to it.
Thanks in advance!