Django-Vue-Chat-App
Django-Vue-Chat-App copied to clipboard
A Live Chat application built using Django and Vue.js. It uses Django's Channels which allows us to handle WebSocket protocol. In the frontend layer Vue.js uses WebSocket API to establish two-sided co...
Bumps [twisted](https://github.com/twisted/twisted) from 18.4.0 to 22.10.0. Release notes Sourced from twisted's releases. Twisted 22.10.0 (2022-10-30) This release contains a security fix for CVE-2022-39348. This is a low-severity security bug. Twisted...
Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...
How to add unread messages notifications? This currently only supports connecting to a single channel, but how to implement multiple chats receiving messages?
Bumps [autobahn](https://github.com/crossbario/autobahn-python) from 18.6.1 to 20.12.3. Changelog Sourced from autobahn's changelog. 20.12.3 fix: URL must be re-encoded when doing redirect (#1439) fix: update and migrate CI/CD pipeline to GitHub Actions...