uWebSockets.js
uWebSockets.js copied to clipboard
HTTP3 example not working
Hi @uNetworkingAB
I'm trying to run HTTP3 server but it does not work. Here minimal repo to reproduce: https://github.com/nanoexpress/http3-uws
Steps to reproduce
- Follow steps Open in VSCode from README
- Opening in browser local url with port, e.g.
https://localhost:50624/
Actual
Expected
Working web-server with response of H3llo World!
not working
I get the same pb, I have followed this tutorial: H3 meet Node.js but I am unable to join it with a browser. By this way, thanks for your awesome work Alex on networking :-) I look forward to get a unified HTTP1/2/3 server in node.js (and coming soon in bun.js :-)).