]> git.mar77i.info Git - chat/commit
more frontend, better websocket server.
authormar77i <mar77i@protonmail.ch>
Tue, 15 Oct 2024 01:16:35 +0000 (03:16 +0200)
committermar77i <mar77i@protonmail.ch>
Tue, 15 Oct 2024 01:16:35 +0000 (03:16 +0200)
commitb90ccea50c6e7ed184e265a4134f30566ac8d5cf
tree20d4cf27ef902f58de33f15dba50179056654acc
parent96510679946168e0bf3b2fbe985450f3b89805d7
more frontend, better websocket server.
12 files changed:
.gitignore
chat/migrations/0001_initial.py
chat/rest_views.py
chat/serializers.py
chat/static/chat/chat.css
chat/static/chat/chat.html [new file with mode: 0644]
chat/static/chat/chat.js
chat/static/chat/underscore.js [new file with mode: 0644]
chat/tests.py
chat/triggers.py
chat/views.py
chat/websocket.py