freebsd-ports/net/rsocket-cpp/pkg-descr
Yuri Victorovich a28629d422 net/rsocket-cpp: Update 2020.06.29.00 -> 2020.07.06.00
Reported by:	portscout
2020-07-07 08:59:38 +00:00

11 lines
373 B
Text

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/