3

I have a web application im currently working on in python. I'm using Django as my web framework currently. I intend to integrate real-time web features into the application using ajax push. However, I'm a bit confused as to what python based push server i should adopt. I've heard of a few of them, Orbited, Gevent, Tornado, but my main issue right now is that i'm a green horn when it comes to realtime web applications. I'd like to use python and i'd like a framework with good documentation.

4

3 に答える 3

2

多くの人が、速度、使いやすさ、および多数のサポート パッケージを理由に、リアルタイム機能を備えたWeb アプリケーションにgeventを選択しています。

これらのパッケージを見てください:

およびこれらのチュートリアル:

お役に立てれば。

于 2011-08-16T05:57:50.593 に答える
0

APEはクールなもののようです。

PDjangoをバックエンドとして動作させても問題ないと思います。

于 2011-06-27T14:45:42.653 に答える
0

最も人気があるのは、facebook によってオープンソース化された tornado だと思います。また、かなりまともなドキュメントがあります。

于 2011-06-30T03:11:15.783 に答える