A simple Vue 3 app to check if your browser is using HTTP/3 with QUIC
Find a file
2023-09-29 17:56:47 +02:00
.vscode Initial commit 2023-09-29 02:27:37 +02:00
public Initial commit 2023-09-29 02:27:37 +02:00
src Add re-launch browser tip 2023-09-29 17:56:47 +02:00
.gitignore Initial commit 2023-09-29 02:27:37 +02:00
docker-compose.yml Initial commit 2023-09-29 02:27:37 +02:00
Dockerfile Initial commit 2023-09-29 02:27:37 +02:00
index.html Initial commit 2023-09-29 02:27:37 +02:00
LICENSE Initial commit 2023-09-29 02:18:16 +02:00
package-lock.json Initial commit 2023-09-29 02:27:37 +02:00
package.json Initial commit 2023-09-29 02:27:37 +02:00
postcss.config.js Initial commit 2023-09-29 02:27:37 +02:00
README.md Initial commit 2023-09-29 02:27:37 +02:00
tailwind.config.js Initial commit 2023-09-29 02:27:37 +02:00
vite.config.js Initial commit 2023-09-29 02:27:37 +02:00

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