Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I might rant about HTTP/2 sooner or later. It's a backwards-compatibility-breaking protocol that really doesn't do shit.
-
Voxera115856y@AlgoRythm it improves performance quite a bit.
Especially on sites with many extra resources, for simple pages, not so much. -
@Voxera The performance boost is really only noticeable in certain situations... and you can achieve the same performance with http/1 with a little bit of a custom connection. It's really not worth breaking backwards compatibility over, whatsoever.
-
@AlgoRythm sometimes you have to break things to move forward.
Also the goal AFAIK is to have a high-level compatibility with HTTP. -
@AlgoRythm Definetely! HTTP/1.1 is a dinosaur. It's made for a static web.
We tried to improve our old messenger, with pipelining... but that didn't work well.
It won't solve all our problems but it's a good step forward imho. -
Voxera115856ySoon http3 will start rolling out where tcp is replaced with a udp like protocol called quik to further improve performance.
https://en.m.wikipedia.org/wiki/...
This will give webpages the same possible response time as games, sub 50 milliseconds for small requests. -
@Voxera That is neat. I don't think http/2 is near. It still runs TCP and the only change is streams. Not enough good for me to abandon all of my websockets
Look ma, HTTP/2!
And it's retarded!
rant