/channels-chat

django chat backend with django channels

Primary LanguagePython

Django Channels Chat

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

TODO:

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