mirror of
https://github.com/Htbaa/zmq.mod.git
synced 2026-03-14 17:43:12 +01:00
BlitzMax module; A ZeroMQ wrapper
http://www.zeromq.org/
- C++ 50.2%
- HTML 46.7%
- BlitzMax 1.9%
- C 1.2%
| doc | ||
| examples | ||
| tests | ||
| zeromq | ||
| .gitignore | ||
| constants.bmx | ||
| context.bmx | ||
| COPYING | ||
| exception.bmx | ||
| glue.c | ||
| message.bmx | ||
| README | ||
| socket.bmx | ||
| zmq.bmx | ||
This module wraps up ZeroMQ (http://www.zeromq.org) and provides a number of basic Types for easy interaction with ZeroMQ and BlitzMax. The raw ZeroMQ API is available as well. This module is released under a MIT License.