Forums

How do you build a Chat App with python

I know you can not use Tornado on pythonanywhere but wanted to konw if any other djanog developers know of any other way to build one thanks

First, I am sure there are a number of apps out there that would give you the models and views you need (and if you do not want to build one yourself).

Second, if building from scratch, I would personally use Django REST Framework to build the backend processing. For the front end, and to push a stream of data, take a look at Getstream.io.