quic_lib 0.1.0-alpha.2
quic_lib: ^0.1.0-alpha.2 copied to clipboard
A pure-Dart QUIC, HTTP/3, WebTransport, and libp2p transport stack.
dart_quic #
A comprehensive, pure-Dart QUIC protocol stack specification and architecture.
Charter #
dart_quic is a specification and architecture for a pure-Dart QUIC, HTTP/3,
and WebTransport implementation. This repository currently contains only
documentation and specifications; code implementation will follow once the
design, security model, and test strategy are documented.
Scope #
- QUIC transport (RFC 9000, RFC 9001, RFC 9002) — wire encoding, packet protection, handshake, streams, flow control, congestion control.
- HTTP/3 (RFC 9114) — mapping HTTP semantics onto QUIC.
- WebTransport (draft-ietf-webtrans-http3) — datagrams, bidirectional and unidirectional streams.
- libp2p QUIC integration — multiaddr formats, security handshake (TLS 1.3 with embedded peer public key), stream mapping.
- Dart-native API design —
dart:iointegration,Stream/Futureidioms,dart:ffiavoidance, zero native dependencies.
Document Structure #
| Directory | Contents |
|---|---|
doc/specs/ |
Formal specifications for each subsystem. |
doc/research/ |
Deep research notes, RFC summaries, prior-art analysis. |
doc/architecture/ |
Module design, data flow, API surface, roadmap. |
Status #
Specification stage. No implementation code is present.
License #
MIT — see LICENSE.