Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

[Pref] Upgrade site sever to HTTP/2 #59

Open
Kimi-Gao opened this issue Sep 2, 2019 · 0 comments
Open

[Pref] Upgrade site sever to HTTP/2 #59

Kimi-Gao opened this issue Sep 2, 2019 · 0 comments

Comments

@Kimi-Gao
Copy link
Member

Kimi-Gao commented Sep 2, 2019

HTTP/2 and Node.js

As of right now, there are two main implementations of HTTP/2 for Node.js:

Both of them are very similar to the core http and https modules meaning if you don’t use Express, there’s very little difference. However, the spdy library supports HTTP/2 and Express while the http2 library is not supporting Express at this moment.

image

Express5 is a little difficult to be released, the last release was 5.0.0-alpha.7(Oct 27, 2018)

expressjs/express#2237
image

Reference

https://www.w3ctech.com/topic/2032
https://segmentfault.com/a/1190000009084692

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

No branches or pull requests

1 participant