-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend the example set with more messaging patterns #67
Comments
Hi @goodboy, thanks for the issue. Always a pleasure hearing from you! More examples would certainly be helpful. The zmq guide you linked is zmq's killer feature in my opinion. |
Agreed 💯 and I think getting a decent bulk of those going with I actually will likely add a more advanced example using |
I added some example code in my recent response #39 - a pair of pub/sub programs that use either the normal or the Trio Async methods. My rPi project needed async on both the client and server ends. It uses pub/sub to distribute data from server, and Pair1(polyamorous=True) to send commands from clients. |
hello, adding also few example using curio in #76 |
zeromq guide is really a killer guide ! |
I know @codypiersall and I have talked in passing about this before but I figured I'd make an issue (to keep me accountable) and to point to some resources I've sniffed out.
There also seems to be some reported issues (#39, #43) that can add to and/or benefit from this.
nng
(all written in C of course) that could be written out in Python.pynng
.This task is something I will likely need to accomplish in some part anyway as part of building out more advanced data streaming infrastructure for
piker
and as part of a set of more advanced features fortractor
after an initial dev release.The text was updated successfully, but these errors were encountered: