Before people were using python websockets with django for websocket handling. Now the django-channels came as an official django project which supports django to handle websockets. can anyone list the advantage of django channels over python websockets in terms of django web development?
One point would be,
Since channels built for django web development, it would be well integrated with django framework.
Thanks for any reply.