结合python flask和express.js

时间:2011-08-04 09:01:03

标签: python node.js flask express

我有一个Web应用程序,其中站点构建在Python Flask上。现在我们想在页面中引入实时聊天系统。是否可以将flask和express.js混合使用,或者只使用express.js开发聊天页面并在Flask中休息,或者我们在python中是否有类似express.js的框架可以和烧瓶一起使用?

2 个答案:

答案 0 :(得分:5)

在python中你可以使用
http://twistedmatrix.com/trac/
http://www.gevent.org/
http://eventlet.net/

看看这个 http://librelist.com/browser//flask/2010/9/1/flask-and websockets/

Twisted has huge support and lot of success projects are built based upon it. gevent is light when compared to twisted.

查看此比较http://oddments.org/?p=494

答案 1 :(得分:4)

尝试使用后端https://github.com/SocketTornadIO/SocketTornad.IO的Socket.io,这样就可以保持你的服务器python。

如果将Node.js与python混合使用也没关系,但是你将有2台服务器启动并运行。