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

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.
Upgrading to 4.2.x will give you LTS.