first commit
This commit is contained in:
parent
9c84643a9d
commit
314da79cb1
12
README.md
12
README.md
@ -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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user