Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 758 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 758 Bytes

Webchat

Build Status Coverage Status Requirements Status

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.