uNetworking / uWebSockets.js

μWebSockets for Node.js back-ends :metal:
Apache License 2.0
8.08k stars 574 forks source link

HTTP3 example not working #841

Closed dalisoft closed 3 months ago

dalisoft commented 1 year ago

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

Actual

image

Expected

Working web-server with response of H3llo World!

devalexqt commented 1 year ago

not working

MathieuPOUX commented 1 year ago

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