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?

  • nickwitha_k (he/him)
    link
    311 months ago

    If nothing else, you can probably wrap a compiled Go binary as a Node package.