mirror of
https://github.com/notherealmarco/vue-quic-test.git
synced 2026-03-01 19:15:24 +01:00
A simple Vue 3 app to check if your browser is using HTTP/3 with QUIC
- Vue 70.3%
- CSS 19.5%
- JavaScript 5.3%
- HTML 2.5%
- Dockerfile 2.4%
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| index.html | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| vite.config.js | ||
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
How to deploy
Just edit the docker-compose.yml as needed.
Then run docker compose up -d