That's so cool! Makes me happy seeing HTTP/2 being suppport as well.
back
1 comments
Thank you! HTTP/2 is great. It's really convenient to have one connection per client.
Any thoughts or plans about HTTP/3 in Ruby? I've been searching around and it's dead silent within the community, only seen a presentation about implementing QUIC in Ruby using Ractors but nothing more.
Sorry, I just saw this now! I don't know anything about HTTP/3 in Ruby, or at all actually.
I'm using the async-http gem for the HTTP/2 server and it works great for my use case.