aboutsummaryrefslogblamecommitdiff
path: root/net/rsocket-cpp/pkg-descr
blob: 00e6832a55ba75836d7272886bf75b710d97c0f7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                               
                        
RSocket is a binary protocol for use on byte stream transports such as TCP,
WebSockets, and Aeron.

It enables the following symmetric interaction models via async message passing
over a single connection:
* request/response (stream of 1)
* request/stream (finite stream of many)
* fire-and-forget (no response)
* channel (bi-directional streams)

WWW: https://rsocket.io/