A simple Django app for doing webchat over HTTP, it is implemented using long polling over AJAX using XHR.
Future development might involve:
- Using websockets
- More structure on the javascript, for instance using backbone.js
- Test coverage on javascript
- Running the whole thing from docker.