General network MVC framework for Python
I have been using Django for web-development, a开发者_开发技巧nd have become quite fond of that framework. However, I would like to use a similar framework but for more general network applications. Is there such a framework? Or is it possible to modify Django to be able to have a more general network/protocol backend?
Twisted should be able to help you. Take a look at Twisted projects and decide on the protocol which you are going to use.
精彩评论