Ask YC: Best language/framework for comet intensive app

4 points by cwisecarver ↗ HN
I'm looking at building a web-based chat app. Instead of having clients poll the server (ajax) I would rather use comet to have the server push updates to the clients.

I've looked at a few implementations, lift (http://liftweb.net/index.php/Main_Page), turbogears using orbited (http://brbx.com/orbited/).

It's still in the planning phases, no language chosen yet. Just wondering what others have found success with.

2 comments

[ 3.5 ms ] story [ 14.2 ms ] thread
Any reason why you want to use a push system instead of a pull one?
I think that pushing rather than polling would be more efficient for a chat application.