2021-03-20 17:14:57 +01:00
2021-03-13 11:11:06 +01:00
2021-03-13 11:07:46 +01:00
2021-03-07 18:36:40 +01:00
2021-03-11 21:58:01 +01:00
2021-03-09 22:03:17 +01:00
2021-03-08 21:25:34 +01:00
2021-03-09 22:03:17 +01:00
2021-03-12 21:16:23 +01:00
2021-03-13 11:07:58 +01:00
2021-03-11 21:57:21 +01:00
2021-03-08 21:25:34 +01:00
2021-03-17 22:25:00 +01:00
2021-03-08 21:25:34 +01:00
2021-03-09 22:03:17 +01:00
2021-03-20 17:14:57 +01:00
2021-03-11 21:57:21 +01:00

Demo: HTML over WebSockets in Django

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

demo

Article that inspired

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

Explanation

https://programadorwebvalencia.com/html-sobre-websockets/

https://www.youtube.com/watch?v=02IjScPlDH0

Run demo

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

Open

my-demo.localhost

Load fake data

docker exec -it demo-html-over-websockets-in-django_django_1 python3 manage.py loaddata comments.json
Description
Demonstration of how to build a real time application using HTML over WebSockets in Django
Readme 10 MiB
Languages
Python 58.5%
HTML 36.4%
Shell 3%
Dockerfile 2.1%