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.
- Transit from sqlite3 to postgresql
- Document the code
- Write more tests
- Write generic class based consumers
- Clean up views
- Add exception handling