Completed
0:43 Demo: Real-Time Data in the browser
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Full Stack IBKR API - Real-Time Streaming Data and Server-Sent Events - Part 2
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00 Recap of the last video
- 2 0:43 Demo: Real-Time Data in the browser
- 3 1:02 What is SSE? Server-Sent Event data flow
- 4 1:26 Demo: SSE with CLI command
- 5 3:31 Adding a subscribe endpoint to the charts router
- 6 5:20 ChartState object, request real-time bars
- 7 8:03 Processing the bar data
- 8 12:25 Adding a stream endpoint, EventSourceResponse
- 9 14:11 Testing streaming from the command line / curl
- 10 14:52 Frontend, streaming data to the browser
- 11 16:08 EventSource in JavaScript
- 12 18:04 Testing in the browser
- 13 18:47 What’s Next - Adding a Market Scanner