Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.46 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.46 KB

Kuikku

Kotlin multiplatform implementation of the QUIC protocol & more!

🚀 Usage

Warning
This library is in development! Check #todo to see what's left to be implemented.

Coming Soon!

📋 TODO

work in progress list

Core Protocol:

  • TLS #1
  • Streams
    • ID Generation
    • Flow Control
  • Packets
    • Packet Coalescing
    • Congestion Control

HTTP/3: Our http/3 implementation will only provide base functionality for creating HTTP3 connections, in case you want to use it as a legitimate HTTP3 client we implement a Ktor client engine.

todo

🔗 Acknowledgements

Note: I have added comments to any code that was ported from any of the git repositories referenced.