Look into this: http://code.google.com/p/web2py/source/browse/gluon/contrib/comet_messaging.py
I would go with tornado or gevent. They seems much simpler then twisted and more in line with the web2py keep-it-simple phylosophy. Massimo On Nov 28, 1:06 pm, Saurabh Kumar <saurabh.ca...@gmail.com> wrote: > Hi, > > We are planning to implement an omegle.com like chatting server. We have > decided to use webpy for the same. Which out of tornado or twisted > framework would be advisable? Is there any other framework especially > suitable for this particular application? > > Thanks > > Saurabh