Application protocol providing Reactive Streams semantics
Why RSocket?
RSocket provides a protocol for Reactive Streams semantics between client-server, and server-server communication.
MotivationsWhat is RSocket?
RSocket is a binary protocol for use on byte stream transports such as TCP, WebSockets, and Aeron.
Protocol SpecHow do I use RSocket?
RSocket is intended to be consumed via one of the various implementation libraries which implement the RSocket Protocol.
Browse LibrariesImplementations
Drivers are assumed to implement all core features defined in the Protocol document.
Basic Examples
- Java
- C++