February 25, 2020

186 words 1 min read

Connect IoT with RSocket

Connect IoT with RSocket

RSocket is an open-source reactive networking protocol that is designed to handle the challenges of communication between complex networks of IoT and cloud services. Based on the Reactive Streams spec …

Talk Title Connect IoT with RSocket
Speakers Andy Shi (Developer Advocate, Alibaba Cloud)
Conference Open Source Summit + ELC North America
Conf Tag
Location San Diego, CA, USA
Date Aug 19-23, 2019
URL Talk Page
Slides Talk Slides
Video

RSocket is an open-source reactive networking protocol that is designed to handle the challenges of communication between complex networks of IoT and cloud services. Based on the Reactive Streams specification, RSocket is able to handle typical request-response traffic as well as bi-directional streaming data – even in the face of unreliable connections.RSocket is transport-agnostic, so it can be used with a variety of standard transports (like TCP, HTTP/2 and WebSocket) both within the data center and over the internet.In this talk, I will introduce the concept of RScoket. And demonstrate with broker deployment model, how RSocket makes the IoT connection easier and more secure. In particular, I’ll discuss how RSocket simplifies service discovery and bi-directional communication.

comments powered by Disqus