This document summarizes a presentation about RSocket, a new reactive protocol. It discusses why RSocket was created, what RSocket is, and how to use RSocket. Specifically, it notes that RSocket aims to provide an efficient, application-level protocol that is binary, multiplexed, bidirectional, supports backpressure, and has various interaction modes like request-response, fire-and-forget, request-stream, and stream-stream. Code demos are provided to show how to use RSocket in Java, multiple languages, for RPC, and to compare it to existing solutions like gRPC and RxJava with WebSockets. In summary, RSocket is designed to save both money and time by being fast,