Building Chat APIs with Django rest framework and Django Channels
NOTE: The code for this article can be found here.
Introduction
Django Channels
According to the documentation:
Channels is a project that takes Django and extends its abilities beyond HTTP - to handle WebSockets, chat protocols, IoT protocols, an...
bdvade.hashnode.dev13 min read
Roman Poroshin
Hey there, thanks for the article! I have one issue with that, why do the messages end up duplicated with different sender IDs: one with the actual sender and the other is with the participant?