Update README.md
This commit is contained in:
parent
9ee3b9daca
commit
29c315501b
12
README.md
12
README.md
@ -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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user