TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Building a HTTP/2 server with Node using no external modules

2 pointsby inianover 7 years ago

1 comment

inianover 7 years ago
Starting from Node.js 8.7.0, you can build a fully featured HTTP/2 server using just the Node core. You can use advanced features like HTTP/2 PUSH and Node also exposes a compatibility API with HTTP/1.1 to easily migrate your application to HTTP/2.