# Demo: HTML over WebSockets in Django
Demonstration of how to build a real time application using HTML over WebSockets in Django
![demo](demo.gif)
## Article that inspired
https://alistapart.com/article/the-future-of-web-software-is-html-over-websockets/
## Run demo
``` bash
docker-compose -f docker-compose.dev.yaml up -d
```
Open
``` bash
my-demo.localhost
```