All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m49s
26 lines
1.8 KiB
Markdown
26 lines
1.8 KiB
Markdown
# 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/).
|
|
|
|
|
|
## Projects using webtransport-go
|
|
|
|
| Project | Description | Stars |
|
|
| --- | --- | --- |
|
|
| [Centrifugo](https://github.com/centrifugal/centrifugo) | Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably, socket.io, Phoenix.PubSub, SignalR. |  |
|
|
| [go-libp2p](https://github.com/libp2p/go-libp2p) | libp2p implementation in Go, powering [Kubo](https://github.com/ipfs/kubo) (IPFS) and [Lotus](https://github.com/filecoin-project/lotus) (Filecoin), among others |  |
|
|
| [signalr](https://github.com/philippseith/signalr) | SignalR server and client in Go |  |
|
|
|
|
If you'd like to see your project added to this list, please send us a PR.
|
|
|
|
|
|
## Release Policy
|
|
|
|
webtransport-go always aims to support the latest two Go releases.
|