https://github.com/grunch/zeromq-demo
ZeroMQ demo written in Rust
https://github.com/grunch/zeromq-demo
rust zeromq
Last synced: 10 months ago
JSON representation
ZeroMQ demo written in Rust
- Host: GitHub
- URL: https://github.com/grunch/zeromq-demo
- Owner: grunch
- License: mit
- Created: 2022-04-01T19:37:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T19:40:36.000Z (about 4 years ago)
- Last Synced: 2025-07-15T12:40:06.836Z (11 months ago)
- Topics: rust, zeromq
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ZeroMQ demo written in Rust
ZeroMQ (ØMQ) is an Open Source Messaging Library designed for a high-performance asynchronous messaging systems.
In this repository you will found a demo I watched in [this video](https://www.youtube.com/watch?v=UrwtQfSbrOs), I coded the same thing but in Rust 🦀