Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)