KONG
KONG

Reputation: 7371

Real-time web application on python

I'd just done a small project with Meteor framework for NodeJS and feel it very awesome. I think real-time web app will be the future for web app, especially for mobile web app.

Can you suggest an Meteor alternative framework for Python?

Thanks,

Upvotes: 1

Views: 3768

Answers (1)

Calvin Cheng
Calvin Cheng

Reputation: 36506

Django Orbited with Twisted - http://www.clemesha.org/blog/realtime-web-apps-python-django-orbited-twisted/

Alternatively there's Django Socket JS with Tornado - https://github.com/peterbe/django-sockjs-tornado

Upvotes: 1

Related Questions