GRPC and HTTP3 Support
Now that .NET 5.0 is out and Pode has its own new Listener structure, did you have any thoughts about supporting GRPC ? There are some converters / Gateways and some very nice improvements in ,NET 5.x with regards to GRPC.
I know QUIC and HTTP/3 were originally experimental in early .NET5 but i believe it is now supported and MS even release their own library to assist with QUIC and this will gradually be implemented in all browsers.
Thoughts ? ideas ?
P.S. nice to see the added section with companies that are using Pode !! GG !
QUIC and HTTP/3 are seemingly still in the draft stage, with only experimental versions of browsers supporting it - so like with ESNI, I would prefer to wait until it's finalised properly.
For gRPC though! Well, this looks interesting. The only minor issue at the moment is that it works on HTTP/2, which Pode doesn't fully support - yet. So if we look at doing gRPC, I can also check out the HTTP/2 support as well - which is something on my list of things to look at!