freebsd-ports/net/fbzmq/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

13 lines
729 B
Plaintext

fbzmq provides a framework for writing services in C++ while leveraging the
awesomeness of libzmq (message passing semantics). At a high level it provides:
* Lightweight C++ wrapper over libzmq which leverages newer C++ constructs and
stricter type checking. Most notably it provides the ability to send/receive
thrift objects as messages over wire without worrying about wire
encoding/decoding protocols.
* Powerful Async Framework with EventLoop, Timeouts, SignalHandler and more to
enable developers to write asynchronous applications efficiently.
* Suite of monitoring tools that make it easy to add logging and counters to
your service.
* RPC, and some storage systems use Thrift for serializing records on disk.