JelleBouma / Johnny

Johnny is a blazingly fast HTTP server that serves files from memory
1 stars 0 forks source link

http/2 #5

Open JelleBouma opened 3 months ago

JelleBouma commented 3 months ago

look into implementing http/2 as it should be faster in theory by allowing the serving of multiple requests at once https://www.digitalocean.com/community/tutorials/http-1-1-vs-http-2-what-s-the-difference https://css-tricks.com/http2-real-world-performance-test-analysis/

JelleBouma commented 1 month ago

blocked by #14 as http 2 generally is not supported without tls