Friday, December 23, 2022

61/365: HTTP 3

 Today I listened to the latest episode of the Stack Overflow podcast about HTTP3. It attempts to improve the speed of web apps by reducing the number of synchronization and acknowledgement packages taht have to be sent between the client and server. It is also encrypted by default, unlike HTTP where the TLS can be enabled or disabled, HTTP3 is built atop UDP. Currenlty the researchers are attempting to use HTTP3 to allow a computer to combine mobile and wifi data, as opposed to the current system where the device has to choose one or the other. 

No comments:

Post a Comment

190: Sablier

 The CodeHawks platform has an upcoming audit on the Sablier protocol, so I decided to read through the docs and familiarize myself with the...