Thanks for the reply. I want to create an interface that will visualize the TCP and UDP dump data and also a section showing the upload and download speeds
On Oct 27, 2018 04:52, "Ryan Nowakowski" <[email protected]> wrote: > 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 <[email protected]> > 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 >> >> -- > 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, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/954250CC-64FD-45CE-B998-A8479F572B2A%40fattuba.com > <https://groups.google.com/d/msgid/django-users/954250CC-64FD-45CE-B998-A8479F572B2A%40fattuba.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEEZZ8%2B75ZNM_QqsYWiWgz3i_K_mPsfy-oVVORj4eouyJTsgmw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

