-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for http2 #44
Comments
I want this too. For rowtype-yoga/purescript-protobuf#34 |
Would http/2 be added to this repo, or would it be a separate repo? |
I think keeping it in this repo would make updating the ecosystem that much easier since there's one less library to fix. I'd also imagine that some things are shareable between the two, but I'm not familiar with this area. |
So would you be interested in a PR for a new module |
Sure. |
Do we want to add a |
I'd prefer we don't add a |
Can we add an Aff dependency to this repo for The main constraint for Aff is that it only works on JavaScript backends. But Node.js also only works on JavaScript backends, so no new constraint will be introduced. |
I think that's fine. |
Great. Then I would also like to donate https://pursuit.purescript.org/packages/purescript-node-streams-aff/2.0.0 to purescript-node org and become a member of purescript-node org. Is that cool @JordanMartinez ? |
I'm fine with you becoming a member. Let me check with others first. |
I'm working on HTTP/2. I have a branch here which passes basic client/server tests for HTTP/2 and also includes an |
I've sent you an invite. |
HTTP/2 is Stable in nodejs v10.10.0
The text was updated successfully, but these errors were encountered: