The latest recommendation for Comet in Python? [closed]
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 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? I am personally using Orbited, both because I am already using Twisted and