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.

HTTP/2, WebSockets and an example of event streaming over HTTP using Tigris

6 pointsby ovaistariqover 2 years ago

1 comment

ovaistariqover 2 years ago
HTTP/2—the successor of the HTTP protocol—provides advantages over its predecessor, such as multiplexing and server push. Although it's a significant improvement over HTTP/1, HTTP/2 is it a replacement for WebSockets? In this post, Anshuman Bhardwaj compares HTTP/2 and WebSockets and shows an example of event streaming over HTTP using Publish/Subscribe APIs provided by Tigris.