I’m working on a little project that would benefit from using QUIC, I think, but I need both client and server side and I’m finding it hard to find a drop-in solution I can make use of.

  • OpenSSL seems to only support client side
  • Chromium’s implementation says it’s just for testing and not performant at scale (although I’m not sure what their frame of reference is when they say that, for me it might be fine)
  • I’m not real sure that I want to go the route of msquic or s2n-quic

Can anyone recommend a good solution for this? Or is FOSS support for it just not available quite yet?