Twisted(asynch server) vs Django(or any other framework)

后端 未结 6 1927
春和景丽
春和景丽 2020-12-28 19:04

I need help understanding what the advantage of using an asynch framework is. Suppose I want to develop a simple chat web app. Why cant I write python code in the Django fra

6条回答
  •  清酒与你
    2020-12-28 19:39

    If you'd like to look at some source for integrating Twisted and Django, have a look at Yardbird.

提交回复
热议问题