bjin / quic

IETF QUIC library in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Actions status

IETF QUIC implementation in Haskell

This package implements QUIC based on Haskell lightweight threads.

  • APIs are found in the Network.QUIC module.
  • Example client and server are found in the util/ directory.

This package covers:

The followings are implemented in http3:

Technical/blog articles:

About

IETF QUIC library in Haskell

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 50.6%Language:C 49.4%