TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How can HTTP/2 be used to get GraphQL like performance?

1 点作者 lostPoncho超过 7 年前
I am new to these stuffs. So as I understand HTTP/2 comes with some improvements over HTTP/1.1. So how can HTTP/2 be used for data intensive request without needing to use GraphQL?

2 条评论

PaulHoule超过 7 年前
HTTP/2 is just a transport that GraphQL and other http-based protocols can use. It may reduce the overhead of round tripping and multiple concurrent connections a little, but it is no substitute for protocol design that drastically reduces or eliminates round tripping (as can GraphQL)
评论 #15290941 未加载
brad0超过 7 年前
Hi and welcome to HN.<p>Could you clarify some things?<p>- what do you mean by data intensive requests?<p>- what caused you to look into HTTP2 in the first place?
评论 #15290940 未加载