Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 610 Bytes

README.rst

File metadata and controls

19 lines (14 loc) · 610 Bytes

django-jqchat

A chat client for Django using the jQuery library.

Try out the demo

Extensible

django-jqchat is designed to work in situations where the chat window is not the only data to be updated by Ajax calls. It allows extra data to be piggybacked on the Ajax payloads; for an example, see this demo where a description field can be updated by the user.