ExQuic - experimental wrapper around lsquic - QUIC implementation in C

Hi,
I have created very experimental and limited wrapper around lsquic - QUIC implementation in C.
At this moment ex_quic is able to communicate with echo_server which is provided with lsquic.
Future plans include adding server side, extending client implementation and adding support for HTTP/3.

It’s nothing special but there is no QUIC library in elixir and ex_quic can send hello to some other QUIC host and receive reply.

The repository is available here. There is some more info how to run lib.

Some screens from first usage of ex_quic


5 Likes