racket-zmq
ZeroMQ wrapper
Minimal bindings for interacting with the ZeroMQ message-passing library in Racket
Minimal Racket ZeroMQ Bindings
4 stars
2 watching
3 forks
Language: Racket
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rmculpepper/racket-zeromq | A Racket package providing bindings to the ZeroMQ messaging library for building asynchronous communication systems | 3 |
zeromq/czmq | A C binding for ØMQ that provides a high-level API and abstracts the underlying core functionality | 1,191 |
erickt/rust-zmq | A Rust wrapper around the libzmq ZeroMQ library providing a standardized interface for message passing between processes. | 907 |
zeromq/cppzmq | A C++ binding for the ZeroMQ messaging library | 1,977 |
nine-lives-later/zzmq | A ZeroMQ client library written in Zig, providing an interface to the popular messaging library. | 24 |
smira/txzmq | A Python library providing Twisted event loop integration with ØMQ sockets | 148 |
chuckremes/ffi-rzmq | FFI bindings for ZeroMQ to enable its use in Ruby applications | 242 |
jordan-bonecutter/vmq | A C-like programming language wrapper around the ZeroMQ messaging library | 18 |
orivej/pzmq | ZeroMQ 4.0 bindings for Common Lisp | 38 |
neopallium/lua-zmq | Provides a Lua binding to the ZeroMQ message-passing library | 153 |
zeromq/rbzmq | A C-based library providing N-to-N networking with message passing capabilities | 247 |
zeromq/jzmq | A Java binding for the ZeroMQ messaging library | 590 |
goloveychuk/zeromq | ZeroMQ is implemented in Swift as a high-performance, message-oriented communication library. | 92 |
issuu/ocaml-zmq | Provides an interface between OCaml and the ZeroMQ messaging library. | 80 |
aio-libs/aiozmq | An asyncio-based implementation of the ZeroMQ messaging library | 422 |