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?
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)
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?