Re: Django channels 2 and data binding

2018-04-17 Thread ijazz jazz
This not only meant that all request data had to be re-serialized over the network, but that you needed to deploy and scale two separate sets of servers. Channels 2 changes this by running the Django code in-process via a threadpool, meaning that the network termination and application logic ar

Re: Django channels 2 and data binding

2018-03-25 Thread Andrew Godwin
You can write most of the data binding functionality yourself in Channels 2 by adding group send methods to model save methods, but if Channels 1 is working for you right now, I wouldn't move until you're forced to. Andrew On Sat, Mar 24, 2018 at 11:07 PM, Fabio Andrés García Sánchez < fabio.garc

Re: Django channels 2 and data binding

2018-03-24 Thread Fabio Andrés García Sánchez
Thank Andrew. I would like to know if it is a good idea to keep using django 1.x to get data binding or would you recomend another path to keep update my frontend with my lastest data? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubsc

Re: Django channels 2 and data binding

2018-03-24 Thread Andrew Godwin
There are no examples yet - I removed data binding from core Channels in the 2.0 release because it had a high maintenance overhead and as yet there's not a replacement. I was hoping someone might volunteer to help build it as an external package but if not, I may eventually get time to write it la

Django channels 2 and data binding

2018-03-24 Thread Fabio Andrés García Sánchez
Is there any example about how to use data binding with django channels? I could not find any source to insertando how to do it. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, s