Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://w3c.github.io/webrtc-quic
Interface to create and manage QUIC streams
https://w3c.github.io/webrtc-quic
Last synced: 26 days ago
JSON representation
Interface to create and manage QUIC streams
- Host: GitHub
- URL: https://w3c.github.io/webrtc-quic
- Owner: w3c
- License: other
- Created: 2017-11-23T08:43:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T05:39:56.000Z (about 1 year ago)
- Last Synced: 2024-10-08T12:08:12.211Z (about 1 month ago)
- Language: HTML
- Homepage: https://w3c.github.io/p2p-webtransport/
- Size: 818 KB
- Stars: 163
- Watchers: 54
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-live-stream - Webrtc Data channel --- QUIC
README
## P2P-WebTransport
This document defines a set of ECMAScript APIs in WebIDL to allow data to be sent
and received from another browser or device implementing the WebTransport
protocol. This specification is being developed in conjunction with a protocol
specification developed by the IETF WEBTRANS Working Group.### Published Versions
The editors' draft is the tip-of-tree of this document, it may contain work in
progress changes and other inconsistencies, including an incomplete change log.* [Latest P2P WebTransport API draft at github](https://w3c.github.io/p2p-webtransport/)
* [Original RTCQuicTransport API](https://webrtc.internaut.com/ortc/#quic-transport*)
* [Latest WebTransport API draft at github](https://wicg.github.io/web-transport/)
* [Archived previous version of the WebTransport API draft at github](https://w3c.github.io/p2p-webtransport/webtransport.html)
* [Archived previous version of the Client/Server API draft at github](https://w3c.github.io/p2p-webtransport/cs.html)
* [Archived previous version of P2P API draft at github](https://w3c.github.io/p2p-webtransport/index-old.html)### Useful Links
The content of this document is discussed at the
[public-ortc](https://lists.w3.org/Archives/Public/public-ortc/)
mailing list.[WEBTRANS IETF Working Group](https://tools.ietf.org/wg/webtrans/)
[Contribution Guidelines](CONTRIBUTING.md)