Hi folks, I want to share a project I've been working on called Zurl. It's a server with a ZeroMQ interface that makes outbound HTTP requests. The design was inspired by Mongrel2, and it works almost like the inverse. I figure there are people on this list that may find it useful. With Mongrel2 and Zurl together you can bridge the entire HTTP world to ZeroMQ.
The project is open source: https://github.com/fanout/zurl Introduction article here: http://blog.fanout.io/2012/09/26/make-http-requests-over-zeromq-with-zurl/ Have fun, Justin
