Update README.md

This commit is contained in:
Andros Fenollosa 2021-03-20 17:14:57 +01:00 committed by GitHub
parent 9ee3b9daca
commit 29c315501b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,12 @@ Demonstration of how to build a real time application using HTML over WebSockets
https://alistapart.com/article/the-future-of-web-software-is-html-over-websockets/ 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 ## Run demo
``` bash ``` bash
@ -19,3 +25,9 @@ Open
``` bash ``` bash
my-demo.localhost my-demo.localhost
``` ```
## Load fake data
``` bash
docker exec -it demo-html-over-websockets-in-django_django_1 python3 manage.py loaddata comments.json
```