How to implement real-time comment system in a django-react app with channel/celery/redis etc..?
I have a web-app with Django backend and react frontend where inside an organization or company, there are multiple users. Now, I am trying to implement real-time commenting system where if one user types any comment and posts it, another…