My project is based on Django and angularJs .. and I need some where the chat functionality with SocketIo.... The problem I am posed with is how to integrate with django. My googling had given me a lot more available repo... But I need someone who have used one such.... Even otherways of implementing the above functionality(Chat) with other solution are welcome (With nodeJs and integrating such with my existing django app)......
The repos I found were... https://github.com/stephenmcd/django-socketio https://github.com/abourget/gevent-socketio
hmm does it need to persist the chats ? if not y not use zeroMQ and just open sockets and a simple while (true) loop in python to register the channels ?
Ashish Kumar Sahoo
CTO & Co-Founder at Param.ai
You can use https://github.com/muaz-khan/WebRTC-Experiment for real time chat, else integrate http://firechat.firebaseapp.com with your app.
To use the socket.io, you have to set up a node server.