Skip to content
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

Open
ericmdantas opened this issue May 18, 2016 · 7 comments
Open

HTTP/2 support #212

ericmdantas opened this issue May 18, 2016 · 7 comments

Comments

@ericmdantas
Copy link

Is there any kind of milestone for that?

@ericmdantas
Copy link
Author

X-Powered-By:Express

Turns out express doesn't support it yet. Here are some relevant issues/discussions:

expressjs/express#2761 (comment)
molnarg/node-http2#100
nodejs/NG#8

@vitormalencar
Copy link

any updates =) ?

@inker
Copy link

inker commented Aug 9, 2017

HTTP/2 support has landed in Node.js: nodejs/node#14239

@pratyushpoddar
Copy link

Any updates?

@khaledosman
Copy link

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.

Repository owner deleted a comment from khaledosman Feb 15, 2019
@wrick17
Copy link

wrick17 commented Apr 28, 2020

Any updates yet @sintaxi ?

@beenotung
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants