Re: How to pass data between Django module/app functions without using database in asynchronous web service

2016-12-29 Thread Ken McDonald
On Thursday, December 29, 2016 at 6:00:03 AM UTC-5, Andrew Godwin wrote: > > *Q) Are the websocket and the AJAX calls going to different clients/pages > entirely, rather than them both being in the same page context? It sounds > like the websocket is going to a server somewhere that's allocating

How to pass data between Django module/app functions without using database in asynchronous web service

2016-12-28 Thread Ken McDonald
I've got a web service under development that uses Django and Django Channels to send data across websockets to a remote application. The arrangement is asynchronous and I pass information between the 2 by sending JSON formatted commands across websockets and then receive replies back on the sa