Best practices for building a bidirectional web applications?

2 points by smattiso ↗ HN
I'm building a site that needs to communicate bidirectionally with both an iPhone client as well as a browser client.

Previously I've used RabbitMQ to do Comet style stuff. Ideally I'd like to use WebSockets, but as far as I can tell there isn't a backwards compatibility lib that will fall back to using Comet.

What's the "state of the art" as it were?

2 comments

[ 2.8 ms ] story [ 23.5 ms ] thread
AMQP is pretty much the current state of the art. Why would you want to move away from RabbitMQ?