Y
Hacker News
new
|
ask
|
show
|
jobs
by
xdinomode
3882 days ago
My current node version is 4.1.0 and npm is 2.14.3. I don't see any reason to upgrade. Node PLEASE implement HTTP 2.0
2 comments
johnhenry
3879 days ago
This release supports ALPN, which is what was needed to get this to work:
https://github.com/molnarg/node-http2
. In short, HTTP 2.0 support in this release _is_ your reason to upgrade.
link
muzmath
3882 days ago
Upgrading to 4.2.x will give you LTS.
link