Demonstration of how to build a real time application using HTML over WebSockets in Django
Go to file
2021-03-07 18:15:29 +01:00
apps Update first commit 2021-03-07 18:15:29 +01:00
Dockerfiles/django Update first commit 2021-03-07 18:15:29 +01:00
mi_web Update first commit 2021-03-07 18:15:29 +01:00
asgi.py Update first commit 2021-03-07 18:15:29 +01:00
Caddyfile Update first commit 2021-03-07 18:15:29 +01:00
django-launcher.dev.sh Update first commit 2021-03-07 18:15:29 +01:00
django-launcher.pro.sh Update first commit 2021-03-07 18:15:29 +01:00
docker-compose.dev.yaml Update first commit 2021-03-07 18:15:29 +01:00
docker-compose.pro.yaml Update first commit 2021-03-07 18:15:29 +01:00
manage.py Update first commit 2021-03-07 18:15:29 +01:00
README.md first commit 2021-03-07 18:15:01 +01:00
requirements.txt Update first commit 2021-03-07 18:15:29 +01:00

Demo: HTML over WebSockets in Django

Demonstration of how to build a real time application using HTML over WebSockets in Django

Article that inspired

https://alistapart.com/article/the-future-of-web-software-is-html-over-websockets/

Run demo

docker-compose -f docker-compose.pro.yaml up -d

Develpment

docker-compose -f docker-compose.dev.yaml up -d