Creating a Reactive Protocol
Learn how to create a reactive protocol.
We'll cover the following...
RSocket is a layer 7 protocol similar to HTTP and WebSocket. It’s developed by multiple companies, including VMware, Facebook, Netifi, Alibaba, and others.
RSocket isn’t just for Java developers. It includes a specification and support for Java, JavaScript, Go, .NET, C++, and Kotlin.
Note: ...