Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 415 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 415 Bytes

Django Channels Chat

A simple chat server written in django using django-channels for websocket integration.

Note: First first migrations, migrate you database with this branch first. Then switch to the master branch.

TODO:

  • Transit from sqlite3 to postgresql
  • Document the code
  • Write more tests
  • Write generic class based consumers
  • Clean up views
  • Add exception handling