Pure-elixir quic/http3 support?

What is the status of quic/http3 in elixir ? I see some libraries that are elixir NIF bindings of other implementations.

Are there any pure elixir quic/http3 servers ?

1 Like

I do not think that it will be supported any time soon, as QUIC is quite big spec, so pure-Erlang implementation will take some time, especially as there is not much corporate investment into such library (in contrast to native libraries that have several existing implementations already).

1 Like

This is the main implementation I found, however, it makes conservative claims about quality