Search code examples
pythontwistedcometeventlet

What are some modern Comet servers written in Python?


I've built my application in python (using greenthreads from eventlent) and I was supposed to use Orbited as comet server to pass requests from user-end javascript code to my application.

Sadly, I found that Orbited is dead, site is down for a few weeks and it lack python 2.7 support.

Could you recommend some good replacements?


Solution

  • It seems that for now the best option is to use Socket.io, which offer simple and feature-rich programming interface both on server and client side. The python options are: