Hi,
Since I like the ideas behind webtransport and wanted to use it for a project, no support was available for node.js.
I made a thin wrapper around your quiche library to add webtransport support (client and server) to node js. (A lot of the platform stuff is taken from chromium and envoy).
It tries to mimic the browser interface for server and client, but not everything is implemented, and not 100% to the evolving spec. However, the important stuff should be there.
and
Btw if some of the quiche developers are listening.
Is there some way of tags for releases for quiche, if any? Maybe matching Chromium releases?
I am currently half-automated tracking the GitHub repo, but I would like to have more defined points to decide when a release of my wrapper should occur because of the underlying lib changes.
Marten