forked from rivol/djangocon-realtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Django and Real-time Web - http://djangocon.thorgate.eu/
yothinix/djangocon-realtime
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Django Real-time Demo ===================== This demo is for my talk at DjangoCon Europe 2015. There are two different implementation of simple real-time chat - one with Pusher and one with websockets. Installation ------------ Django Real-time Demo uses Python 3.4 It can be locally run with SQLite and uses PostgreSQL in production. For WebSocket demo to work, you need to also run the local WebSocket server: `./manage.py runwsserver 8080`
Releases
No releases published
Packages 0
No packages published
Languages
- Python 47.1%
- CSS 33.9%
- HTML 10.1%
- JavaScript 7.6%
- Ruby 1.3%