freebsd-ports/net/rsocket-cpp/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
347 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)