I been learning the Zig now for a while. Done some small tools etc.
Always loved the ZMQ (with C) so decided to try learn some more Zig and tried to implement native zig version.
This is still very basics but works for small apps already.
Current version is VERY spammy… lot’s of debug prints.
Idea is to make it silent library but wanted to publish it early here.
I’m really excited to see this, thank you for sharing!
ZeroMQ is something that I only dabbled a little with, but it has many cool aspects. At the end I went with a different protocol for my main project at university, so I’m still looking for more opportunities to use it.
I see you’re testing with Python, if you’d like an extra challenge after you’re done with the protocol you could replace pyzmq with your own library