From f9d3bcbabb017d86b3c7c45a5eb6b0f29449a280 Mon Sep 17 00:00:00 2001 From: Farouq Yakubu Date: Sun, 31 May 2026 22:07:05 +0000 Subject: [PATCH] Protocol Verification --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index be6ee54..5dc6cc4 100644 --- a/README.md +++ b/README.md @@ -112,4 +112,12 @@ Technical requirements - **Run explicit build analysis** before testnet deployment to identify large or duplicated modules. - **Audit vendor bundles** and remove unused imports or dynamic-import where feasible. +## ✅ Deployment verification checklist +- Confirm your provider supports HTTP/3 for frontend delivery (Vercel and Netlify enable it on supported clients). +- For a live deployment, verify with: + - `curl -I --http3 https://your-site.example.com` + - Browser DevTools Network panel `Protocol` column showing `h3`. +- If using a custom Docker/Node server, note that HTTP/3 is handled by the hosting/proxy layer, not by `server.js` itself. +- Do not rely on app code alone; deployment behavior is determined by the hosting provider and edge/network configuration. + If you find this useful, please star the project and leave a review! 😁