Re: Adding a tutorial for Channels

2018-02-05 Thread Robert Roskam
+1 On Monday, February 5, 2018 at 7:05:11 AM UTC-5, David Foster wrote: > > This weekend I spent several hours getting Channels configured to run a > simple chat server . > This was an experiment I wanted to do before trying to integrate Channe

Re: Adding a tutorial for Channels

2018-02-05 Thread Tomiwa Ademidun
Thank you, I would also really appreciate it. If you could also include a section on deploying a channels project (e.g. to Heroku ) and how to do background tasks (e.g. similar to celery) I would appreciate that as well. On Monday, February 5, 2018 at 7:05:11 AM UTC-5, David Foster wrote: > > Th

Re: Adding a tutorial for Channels

2018-02-05 Thread Andrew Godwin
I would very much welcome a narrative tutorial like the Django docs - I did not have the time to personally write and QA one before the 2.0 release, unfortunately. I'm happy to help out if you want to email me personally to discuss! Andrew On Sun, Feb 4, 2018 at 10:39 PM, David Foster wrote: >

Re: Adding a tutorial for Channels

2018-02-05 Thread Michael Manfre
Any improvements to documentation are greatly appreciated. Thank you for taking the initiative. Regards, Michael Manfre On Mon, Feb 5, 2018, 7:05 AM David Foster wrote: > This weekend I spent several hours getting Channels configured to run a > simple chat server

Adding a tutorial for Channels

2018-02-05 Thread David Foster
This weekend I spent several hours getting Channels configured to run a simple chat server . This was an experiment I wanted to do before trying to integrate Channels into a much larger project. It would have taken me a lot less time if there