molnarg / node-http2

An HTTP/2 client and server implementation for node.js
MIT License
1.79k stars 187 forks source link

Project dead? #248

Closed 75lb closed 7 years ago

75lb commented 7 years ago

I'm assuming so. Shame, because PRs which solve the main issues are ready and waiting to land.

Does anyone have a maintained fork they can recommend?

akc42 commented 7 years ago

Nodejs itself is very close to landing a native http2 server in the core of node. See https://github.com/nodejs/http2

In the meantime, I took a fork of this, added the PRs that made sense for me and am using that until the new server lands. You are welcome to use it, but I am not really maintaining it see https://github.com/akc42/node-http2

75lb commented 7 years ago

i saw your fork, thanks - yes it has one of the crucial PRs on it but not others that I need.. I'll fork myself for the time being.

I imagine the node module will land eventually but we'll still need a backup module to support users that don't have bleeding-edge node installed.

Seems to me general interest in HTTP2 is modest at best. As people keep saying, H2 is "no silver bullet".