uWebSockets.js icon indicating copy to clipboard operation
uWebSockets.js copied to clipboard

HTTP3 example not working

Open dalisoft opened this issue 2 years ago • 2 comments

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

image

Expected

Working web-server with response of H3llo World!

dalisoft avatar Dec 19 '22 15:12 dalisoft

not working

devalexqt avatar Mar 29 '23 23:03 devalexqt

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 :-)).

MathieuPOUX avatar May 19 '23 08:05 MathieuPOUX