Add ZeroMQ

This commit is contained in:
Frank Denis
2014-07-24 21:19:58 -07:00
parent fcaf24fa14
commit 7701658f14

View File

@@ -213,6 +213,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [Onion](https://github.com/davidmoreno/onion) - HTTP server library in C designed to be lightweight and easy to use. * [Onion](https://github.com/davidmoreno/onion) - HTTP server library in C designed to be lightweight and easy to use.
* [POCO](http://pocoproject.org/) - C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server, mobile and embedded systems. * [POCO](http://pocoproject.org/) - C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server, mobile and embedded systems.
* [WebSocket++](https://github.com/zaphoyd/websocketpp) - C++/Boost Asio based websocket client/server library. * [WebSocket++](https://github.com/zaphoyd/websocketpp) - C++/Boost Asio based websocket client/server library.
* [ZeroMQ](http://zeromq.org/) - High-speed, modular asynchronous communication library.
## Physics ## Physics
*Dynamics simulation engines* *Dynamics simulation engines*