https://github.com/quic-go/webtransport-go
WebTransport implementation based on quic-go (https://datatracker.ietf.org/doc/draft-ietf-webtrans-http3/)
https://github.com/quic-go/webtransport-go
go golang quic webtransport
Last synced: 9 days ago
JSON representation
WebTransport implementation based on quic-go (https://datatracker.ietf.org/doc/draft-ietf-webtrans-http3/)
- Host: GitHub
- URL: https://github.com/quic-go/webtransport-go
- Owner: quic-go
- License: mit
- Created: 2022-03-27T18:27:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T08:32:31.000Z (about 2 months ago)
- Last Synced: 2025-04-14T22:04:23.820Z (about 1 month ago)
- Topics: go, golang, quic, webtransport
- Language: Go
- Homepage: https://quic-go.net
- Size: 189 KB
- Stars: 364
- Watchers: 13
- Forks: 62
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# webtransport-go
[](https://quic-go.net/docs/)
[](https://pkg.go.dev/github.com/quic-go/webtransport-go)
[](https://codecov.io/gh/quic-go/webtransport-go/)webtransport-go is an implementation of the WebTransport protocol, based on [quic-go](https://github.com/quic-go/quic-go). It currently implements [draft-02](https://www.ietf.org/archive/id/draft-ietf-webtrans-http3-02.html) of the specification.
Detailed documentation can be found on [quic-go.net](https://quic-go.net/docs/).
## webtransport-go is currently unfunded.
### What does this mean?
webtransport-go has been unfunded since the beginning of 2024. For the first half of the year, I have been maintaining the project in my spare time. Maintaining high-quality open-source software requires significant time and effort. This situation is becoming unsustainable, and as of June 2024, I will be ceasing maintenance work on the project.
Specifically, this means:
* I will no longer respond to issues or review PRs.
* I will not keep the API in sync with quic-go.
* Since WebTransport is still an IETF draft, browser compatibility will break as soon as the interoperability target changes.### If your project relies on WebTransport support, what can you do?
I’m glad you asked. First, I would like to hear about your use case. Second, please consider sponsoring the maintenance and future development of the project. It’s best to reach out to me via email.