-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Feedbacks on core 'http2' module #3584
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
Comments
Probably another week before I can get into it with v17 in full dev right now. |
There is no hurry, just let us know here or open issues on nodejs/node. |
Where's the best place to leave feedback / ask questions? |
Here or in nodejs/node. |
@mnot about the node http2 module in general or it's relation with hapi? |
In general; I'll give it over there. Thanks. |
I don't see an HTTP2 native support happening in the near future as there are no clear use cases driving this. I know some people are using hapi with the new HTTP2 server but I don't really have enough experience to provide feedback. I hope this will change but I don't really want to build HTTP2 features without some kind of business driver... |
Hi @hueniverse I work on the Elastic Kibana team (but I don't claim to speak for them). We've currently got a feature that uses websockets mostly because Hapi doesn't have http2 support. Basically, we've got a feature (Canvas) that allows our end-users to build fancy, custom scripted UIs. The scripting language generally needs to communicate with the server. So, if they build a UI with loads of little components, each with a custom script, it gets really chatty. This isn't ideal over HTTP/1, but HTTP/2 or websockets mitigates the problem. I'd personally prefer to use HTTP/2 for this, as I think it would mean simpler code for us. Happy to discuss in more detail, if you're interested. |
@chrisdavies feel free to ping me on the hapihour slack channel. I'd need more context to understand how you want to use http/2 with hapi. |
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions. |
Can one of you check out the experimental 'http2' module from core?
The docs are here: https://nodejs.org/api/http2.html.
If would be good to know if we have to change anything to better support the integration with Hapi.
We plan to make
require('http2')
available without a flag in Node 9, and move it out of experimental before Node 10.cc @jasnell
The text was updated successfully, but these errors were encountered: