Recently I’ve learned about an elegant form of socket implementation, the RSocket. I have always liked lower level development, and I was looking for a low latency networking solution for a pet project. This project requires distributed processing and the communication is currently implemented over HTTP. Sockets run on level…