mirror of
https://github.com/notherealmarco/vue-quic-test.git
synced 2025-05-05 12:32:34 +02:00
Initial commit
This commit is contained in:
parent
78d8503304
commit
35dc9ea7ce
23 changed files with 2229 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
## vue-quic-test
|
||||
|
||||
This is a very simple Single Page Application to check if your browser do support HTTP/3.
|
||||
|
||||
The app is meant to run under a reverse proxy that supports HTTP/3
|
||||
|
||||
### Demo
|
||||
|
||||
You can see it live at [https://quic-test.marcorealacci.me](https://quic-test.marcorealacci.me)
|
||||
|
||||
### How to deploy
|
||||
|
||||
Just edit the docker-compose.yml as needed.
|
||||
Then run `docker compose up -d`
|
Loading…
Add table
Add a link
Reference in a new issue