Hi, I just got a note about this from Ben Ford one of the developers of Eventlet. Eventlet is a coroutine-base networking framework for Python that has recently added zeromq support (through pyzmq). Ben just pointed me to this example of a zeromq<->websocket bridge for a distributed chat system. I thought it was very nice and though others might be interested. A websocket to zeromq bridge could be a very powerful way of exposing zeromq goodness to the WAN/internet.
https://bitbucket.org/boothead/eventlet/changeset/de4b186ab9b4 Cheers, Brian -- Brian E. Granger, Ph.D. Assistant Professor of Physics Cal Poly State University, San Luis Obispo [email protected] [email protected] _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
