mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-17 20:34:38 +03:00
Move ZeroMQ to Networking section (#714)
ZeroMQ is more than just for IPC, so I moved it to a more general section (Networking). Also updated the link to point to the GitHub repository.
This commit is contained in:
@@ -468,7 +468,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
||||
* [simple-rpc-cpp](https://github.com/pearu/simple-rpc-cpp) - A simple RPC wrapper generator to C/C++ functions. [BSD]
|
||||
* [WAMP](http://wamp.ws/) - Provides RPC and pub/sub messaging patterns. (various implementations, various languages)
|
||||
* [xmlrpc-c](http://xmlrpc-c.sourceforge.net/) - A lightweight RPC library based on XML and HTTP. [BSD]
|
||||
* [ZeroMQ](http://zeromq.org/) - High-speed, modular asynchronous communication library. [LGPL]
|
||||
|
||||
## JSON
|
||||
|
||||
@@ -633,6 +632,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
||||
* [wdt](https://github.com/facebook/wdt) - An embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths. [BSD-3-Clause]
|
||||
* [WebSocket++](https://github.com/zaphoyd/websocketpp) - C++/Boost Asio based websocket client/server library. [BSD]
|
||||
* [PcapPlusPlus](https://github.com/seladb/PcapPlusPlus) - a multiplatform C++ network sniffing and packet parsing and crafting framework. [Unlicense]
|
||||
* [ZeroMQ](https://github.com/zeromq/libzmq) - High-speed, modular asynchronous communication library. [LGPL] [website](http://zeromq.org/)
|
||||
|
||||
## PDF
|
||||
*Libraries for parsing and manipulating PDF documents.*
|
||||
|
||||
Reference in New Issue
Block a user