Pode icon indicating copy to clipboard operation
Pode copied to clipboard

GRPC and HTTP3 Support

Open ArieHein opened this issue 5 years ago • 1 comments

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 !

ArieHein avatar Dec 27 '20 12:12 ArieHein

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!

Badgerati avatar Dec 31 '20 16:12 Badgerati