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

https://github.com/teonet-go/webtransport-go

WebTransport-over-HTTP/3 server implementation in Go
https://github.com/teonet-go/webtransport-go

go quic webtransport

Last synced: 2 months ago
JSON representation

WebTransport-over-HTTP/3 server implementation in Go

Awesome Lists containing this project

README

          

# webtransport-go

This package provides a WebTransport-over-HTTP/3 server implementation in Go.

This package depend of the [quic-go](https://github.com/quic-go/quic-go) package.

This package uses in Teonet project but has not any relation with Teonet and may
be used in any other golang projects.

[![GoDoc](https://godoc.org/github.com/teonet-go/webtransport-go?status.svg)](https://godoc.org/github.com/teonet-go/webtransport-go/)
[![Go Report Card](https://goreportcard.com/badge/github.com/teonet-go/webtransport-go)](https://goreportcard.com/report/github.com/teonet-go/webtransport-go)

## What is WebTransport?

## Basic example

## License

[BSD](LICENSE)