Friday, October 26, 2018

Re: Network analysis tool

It depends on what you want to do. If you want to use websockets then channels is a great choice.

If you want to have long running background processes then channels is good for most things. Alternatively, Celery is a bit more mature and full-featured.

On October 25, 2018 3:21:58 AM CDT, daniel main <dmain5054@gmail.com> wrote:
Hello. I want to create a network troubleshooting tool that runs on a web interface. How efficient is Django channels. Are there alternatives? Thank you

No comments:

Post a Comment