RSocket is fully reactive bi-directional binary communication protocol that tries to overcome few of the limitations of HTTP1 and HTTP2 by providing several features such as back-pressure, multiplexing and streaming. Throughout this article, we explore RSocket, the protocol, its features and its Java implementation https://github.com/rsocket/rsocket-java. Why not stick with REST ? Most of the time, when…