-
Notifications
You must be signed in to change notification settings - Fork 140
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
HTTP/2 support #212
Comments
Turns out express doesn't support it yet. Here are some relevant issues/discussions: expressjs/express#2761 (comment) |
any updates =) ? |
HTTP/2 support has landed in Node.js: nodejs/node#14239 |
Any updates? |
HTTP/2 support already landed, it shouldn't be too difficult to implement considering https is already supported.. Are there any updates on this? Would be happy to help with the implementation aswell. |
Any updates yet @sintaxi ? |
By supporting HTTP/2, the browser would be able to send requests in parallel (instead of using a single queue as in HTTP/1.1) . This upgrade could reduce the loading time for the hosted web pages without changing the application code. The speed up is quite significant to single page app (SPA). Please consider to support HTTP/2. We can help if you'd like to proceed :) |
Is there any plan to support this? |
Is there any kind of milestone for that?
The text was updated successfully, but these errors were encountered: