Re: Asynchoronous programming and websockets support

2018-01-12 Thread muratsert1453
Well In my opinion this is one of the things as Django community were falling behind. Asynch and Websockets are clearly gaining momentum as customer requirements for real time communication and updates is becoming a must. Therefore I wanted to point out that were missing something and an action

Re: Asynchoronous programming and websockets support

2018-01-12 Thread Andrew Godwin
It's something like that. Django core itself is very stable and slow and dependable, among other things, and it's still not clear even in the industry at large how people are actually going to _use_ WebSockets and other async-requiring things, though that is at least now improving. There's also a

Re: Asynchoronous programming and websockets support

2018-01-12 Thread Jason
Andrew, what's the difference between an official Django project and being merged into django core? IIRC, Kenneth Reitz of requests objects to adding that lib to python core because of the frequency updates due to security patches. According to what I read, he feels (and I agree) that updating

Re: Asynchoronous programming and websockets support

2018-01-11 Thread Andrew Godwin
Channels is not (at least in the short term) planned to be merged into the Django core, but it is an official Django project. Whether it gets merged in or not in the long term is a much bigger question and one I don't think it's quite mature enough for yet (though Channels 2 may go a long way towar

Re: Asynchoronous programming and websockets support

2018-01-11 Thread Mike Dewhirst
On 12/01/2018 11:05 AM, muratsert1...@gmail.com wrote: Hello Django community, This is my first post so forgive me if this is out of context or have been discussed already. I've been working with Django for many years and although have the neccesary experience with Javascript I don't want to

Asynchoronous programming and websockets support

2018-01-11 Thread muratsert1453
Hello Django community, This is my first post so forgive me if this is out of context or have been discussed already. I've been working with Django for many years and although have the neccesary experience with Javascript I don't want to use NodeJS (Express) as a backend framework because I si