Skip to content

A simple long-polling based solution to chat in a browser, it is implemented in django. This repo is also hosted on bitbucket, and is probably more up to date there.

Notifications You must be signed in to change notification settings

thiagootuler/webchat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple long-polling based solution to chat in a browser, it is implemented in django. This repo is also hosted on bitbucket, and is probably more up to date there.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.9%
  • JavaScript 28.7%
  • HTML 10.5%
  • CSS 1.9%