mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
12 lines
372 B
Plaintext
12 lines
372 B
Plaintext
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: http://rsocket.io/
|