zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.53k stars 2.34k forks source link

Q: Can you share the design of libzmq? #4585

Closed cathaysia closed 11 months ago

cathaysia commented 11 months ago

As the title says, can you share your experience with libzmq design? for example:

The issue of appeal is mainly around the codebase, not around the specification. (After all, the specification is very clear, isn’t it)

If you think my question shouldn't be here, please close it.

bluca commented 11 months ago

https://zguide.zeromq.org/

cathaysia commented 11 months ago

Hello, I am not new to zeromq. In fact, the software I wrote using zmq has been running stably on the server for a long time. I'm asking because I've recently wished to implement zmq using rust. Although there is zmq.rs now, its architecture is not what I hoped it would be. So I wanted to ask if you guys could give me some advice.