Thanks! The API will be the same, perhaps even using `createRequestListener` for both HTTP1 and HTTP2.
I built another [library](https://github.com/eugene1g/node-http-to-fetch) to do this 1-2 ye...
@anderspitman They are similar - both are ~300 LOCs with zero dependencies, expose low-level helpers, and have identical performance, but mine has support for http2 via the same interface.
> > I studied several implementations of this pattern and developed a standalone lib that works with Server instances from `node:http` and `node:http2`. If anyone else wants to collaborate to publi...
I studied several implementations of this pattern and developed a standalone lib that works with Server instances from `node:http` and `node:http2`. If anyone else wants to collaborate to publish i...