Completed
Bi-directional
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Connect IoT with RSocket - Simplifying Device Communication
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 RSocket: Application protocol providing Reactive Streams semantics
- 3 Demo Setup
- 4 Why is there a broker ?
- 5 Benefit of connection oriented
- 6 Device connects to broker
- 7 Bi-directional
- 8 The design of RSocket
- 9 Four interaction models
- 10 RSocket flow control
- 11 RSocket vs. HTTP/2 Flow control end to end vs. hop to hop
- 12 The development of RSocket