You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Engine.IO server can now use WebTransport as the underlying transport.
86
+
The Socket.IO server can now use WebTransport as the underlying transport.
75
87
76
88
WebTransport is a web API that uses the HTTP/3 protocol as a bidirectional transport. It's intended for two-way communications between a web client and an HTTP/3 server.
77
89
@@ -113,7 +125,7 @@ const h3Server = new Http3Server({
0 commit comments