20230307 [ WebSocket Chatting 기본 설정 ] 》 Tutorial Part 1/2/3 https://channels.readthedocs.io/en/stable/ Django Channels — Channels 4.0.0 documentation Channels is a project that takes Django and extends its abilities beyond HTTP - to handle WebSockets, chat protocols, IoT protocols, and more. It’s built on a Python specification called ASGI. Channels builds upon the native ASGI support in Django...