Are there any packages for using QUIC in my Elixir project?

Hey everyone, I’m new using Elixir so probably this is silly question, but there are any package that helps using QUIC protocol in my project. I’m sending messages with UDP, but I would like to test with QUIC, what is the simplest way of changing the way the message is being send?

1 Like

There are third party poc’s for integrating quic, but nothing yet built into OTP itself (where udp/tcp are handled).

1 Like

Are there any one you suggest?

NIF bindings for Microsofts msquic

1 Like