I'm going to be implementing Comet in Python (even though I hear good things about erlycomet I'm not thrilled about supporting an Erlang-based web server in addition to everything else in our back end). I've found several possibilities:
- Diesel
- Tornado
- Twisted-comet (I'd give a link but this is my first post and I'm restricted to a single URL)
- Orbited (uses twisted)
(there are also some other choices that interface with Java servers, but I'm not interested in those)
Can somebody make a recommendation among these implementations, considering performance, community, and ease of implementation?