-
-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathimplementations_webtransport.json
More file actions
27 lines (27 loc) · 869 Bytes
/
implementations_webtransport.json
File metadata and controls
27 lines (27 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"webtransport-go": {
"image": "martenseemann/webtransport-go-interop:latest",
"url": "https://github.com/quic-go/webtransport-go",
"role": "both"
},
"chrome": {
"image": "martenseemann/chrome-webtransport-interop-runner",
"url": "https://github.com/quic-interop/browser-webtransport-interop-runner",
"role": "client"
},
"firefox": {
"image": "martenseemann/firefox-webtransport-interop-runner",
"url": "https://github.com/quic-interop/browser-webtransport-interop-runner",
"role": "client"
},
"flupke-webtransport": {
"image": "peterdoornbosch/flupke-webtransport-interop",
"url": "https://github.com/ptrd/flupke",
"role": "both"
},
"ngtcp2": {
"image": "ghcr.io/ngtcp2/ngtcp2-interop-webtransport:latest",
"url": "https://github.com/ngtcp2/ngtcp2/tree/webtransport",
"role": "both"
}
}