Hi,
I used django-websocket-redis for implementing webscet in django project.
You could try that.
Regards
Asif
On Monday, September 14, 2009 at 3:30:59 AM UTC+7, Bret Taylor wrote:
>
> I am one of the authors of Tornado (http://www.tornadoweb.org/), the
> web server/framework we built at Frie
Hi Bastin,
I know you addressed the question to bret, but i would like to suggest
what i did , i actually used gevent-socketio with the pywsgi server .
I did it a while ago so dont know if things are the same. If you find
something better then do tell.
On Wednesday, October 21, 2015 at 4:52:23
Hi Bret,
We have built our app using django 1.7 and we need to implement websockets
for some async purpose. So thought tornado would suit our need
Can you tell me a best practice to achieve this.
On Monday, September 14, 2009 at 2:00:59 AM UTC+5:30, Bret Taylor wrote:
>
> I am one of the authors
On Sep 15, 3:25 am, Mike Malone wrote:
> > I just checked in change to Tornado that enables you to run any WSGI-
> > compatible framework on Tornado's HTTP server so that Django apps
> > could run on top of Tornado's HTTP server and benefit from some of the
> > performance work we have done. (I
> I just checked in change to Tornado that enables you to run any WSGI-
> compatible framework on Tornado's HTTP server so that Django apps
> could run on top of Tornado's HTTP server and benefit from some of the
> performance work we have done. (I just sent a message to django-users@
> with getti
On Sep 14, 8:05 am, Russell Keith-Magee
wrote:
> On Mon, Sep 14, 2009 at 4:30 AM, Bret Taylor wrote:
>
> > I am one of the authors of Tornado (http://www.tornadoweb.org/), the
> > web server/framework we built at FriendFeed that we open sourced last
> > week (seehttp://bret.appspot.com/entry/t
On Sep 13, 3:05 pm, Russell Keith-Magee
wrote:
> > I chose the WSGI approach because it is generic and applies to all
> > frameworks, but Django is obviously the most widely used. I am curious
> > if there is any benefit to implementing more "native" support in
> > django.core.handlers or if WSGI
On Mon, Sep 14, 2009 at 4:30 AM, Bret Taylor wrote:
>
> I am one of the authors of Tornado (http://www.tornadoweb.org/), the
> web server/framework we built at FriendFeed that we open sourced last
> week (see http://bret.appspot.com/entry/tornado-web-server).
>
> I just checked in change to Torna
I am one of the authors of Tornado (http://www.tornadoweb.org/), the
web server/framework we built at FriendFeed that we open sourced last
week (see http://bret.appspot.com/entry/tornado-web-server).
I just checked in change to Tornado that enables you to run any WSGI-
compatible framework on Tor