aiozmq
Async ZMQ
An asyncio-based implementation of the ZeroMQ messaging library
Asyncio (pep 3156) integration with ZeroMQ
422 stars
18 watching
56 forks
Language: Python
last commit: about 2 years ago
Linked from 2 awesome lists
asynciozeromqzmq
Related projects:
Repository | Description | Stars |
---|---|---|
aio-libs/aiomcache | A minimal asyncio-based client for interacting with memcached servers. | 142 |
azawawi/swiftyzeromq | Provides Swift bindings for ZeroMQ's low-level API and object-oriented API | 63 |
zeromq/cppzmq | A C++ binding for the ZeroMQ messaging library | 1,977 |
issuu/ocaml-zmq | Provides an interface between OCaml and the ZeroMQ messaging library. | 80 |
goloveychuk/zeromq | ZeroMQ is implemented in Swift as a high-performance, message-oriented communication library. | 92 |
nine-lives-later/zzmq | A ZeroMQ client library written in Zig, providing an interface to the popular messaging library. | 24 |
orivej/pzmq | ZeroMQ 4.0 bindings for Common Lisp | 38 |
aio-libs/aiomysql | A Python library for accessing MySQL databases using the asyncio framework | 1,763 |
erickt/rust-zmq | A Rust wrapper around the libzmq ZeroMQ library providing a standardized interface for message passing between processes. | 907 |
zeromq/czmq | A C binding for ØMQ that provides a high-level API and abstracts the underlying core functionality | 1,191 |
aio-libs/aioftp | A high-level FTP client/server implementation for asyncio that provides a simple and extensible API. | 192 |
zeromq/rbzmq | A C-based library providing N-to-N networking with message passing capabilities | 247 |
zeromq/lzmq | A Lua binding to the ZeroMQ messaging library | 137 |
go-zeromq/zmq4 | An implementation of ØMQ version 4 in Go. | 344 |
achimnol/aiotools | Provides idiomatic asyncio utilities for building asynchronous applications. | 154 |