J want to do an app in python with django but it will be real time , and I would like to use Node.js for that. I've been looking for and I discovered that I can use Socket.io and "Include" it on the template and then socket.io will execute node.js
Do you have any tutorial or idea of this ?
You may want to have a look at this article.
It deals with push notifications from the server to the client with Django and node.js on the server side. And socket.io to interface with the browser.