Using Django is not possible because django works behind a standard HTTP server. To click, you need to write a server that supports a large number of parallel connections. For starters, I recommend reading the Orbited source code. Read server code (python) and client code (javascript).
source
share