On Sun, Mar 20, 2011 at 4:22 PM, Pieter Hintjens <[email protected]> wrote:
For what it's worth, there's a RESTful transport layer (RESTTL) I designed at http://restms.org, which could be used as the basis for this. The advantages of using REST is that everything will be properly cached and proxied. The disadvantage is that it is more complex than it could be. For client apps it's trivial either way, any stack would be packaged into a binding. It should be possible to emulate the 0MQ API pretty directly IMO. Robert, since you're already writing HTTP server code, would you give an opinion on using RESTTL as the basis? Imagine the goal is to provide a JavaScript binding which provides 0MQ sockets, bridged over HTTP. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
