Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/junkurihara/s2n-quic-h3-examples

Example implementations of s2n-quic for testing
https://github.com/junkurihara/s2n-quic-h3-examples

Last synced: about 5 hours ago
JSON representation

Example implementations of s2n-quic for testing

Awesome Lists containing this project

README

        

# s2n-quic-h3-examples

Example implementations using `s2n-quic-h3` with `rustls` for testing.

This is mostly a porting of [`hyperium/h3/examples`](https://github.com/hyperium/h3/tree/master/examples) for `h3-quinn` to `s2n-quic-h3` as PoC.