first commit

This commit is contained in:
Andros Fenollosa 2021-03-07 18:15:01 +01:00
parent 9c84643a9d
commit 314da79cb1

View File

@ -5,3 +5,15 @@ Demonstration of how to build a real time application using HTML over WebSockets
## Article that inspired ## Article that inspired
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/
## Run demo
``` bash
docker-compose -f docker-compose.pro.yaml up -d
```
## Develpment
``` bash
docker-compose -f docker-compose.dev.yaml up -d
```