davisouzaluna / davisouzaluna/MONITORIA_SISTEMAS_DISTRIBUIDOS
[CONTENT] Show the implementation of Webtransport, which uses QUIC.
- Dominant language
- C
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The Webtransport implementation implements HTTP/3, which uses QUIC as the transport layer protocol.
Obviously the server needs to support this protocol and both need a certificate. But it must be demonstrated in a simplified way how it works
Searchs:
- https://developer.mozilla.org/en-US/docs/Web/API/WebTransport_API
- https://datatracker.ietf.org/doc/html/draft-ietf-webtrans-http3/
- https://datatracker.ietf.org/doc/html/draft-ietf-webtrans-overview-08
- https://www.rfc-editor.org/rfc/rfc9114
- https://www.rfc-editor.org/rfc/rfc9000
Write in a more user-friendly language to reduce the complexity of the code and make it easier to explain concepts by abstracting low-level issues
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.