Re: Django with node js

2016-07-18 Thread ludovic coues
for that job, I would use two interface on your node.js app, one public offering the socker.io connection, one local to the server listening for event from django. The js on the webpage connect to the public interface of the node.js app. The local interface don't need socket.io but you might want

Re: Django with node js

2016-07-18 Thread Arindam sarkar
I want node server to provide notifications for django request.user ... means node server would updated notifications in real time using socket.io for the logged in user On Jul 18, 2016 10:39 PM, "ludovic coues" wrote: > It depends on how django and node JS interact together, what they are > use

Re: Django with node js

2016-07-18 Thread ludovic coues
It depends on how django and node JS interact together, what they are used for, etc... 2016-07-18 18:58 GMT+02:00 Arindam sarkar : > I have a situation where I want to use django with node JS my problem is how > do I share user session data among django and notes server? > > -- > You received this