centrifugal / centrifuge

Real-time messaging library for Go. The simplest way to add feature-rich and scalable WebSocket support to your application. The core of Centrifugo server.
https://pkg.go.dev/github.com/centrifugal/centrifuge
MIT License
1.1k stars 94 forks source link

WebTransport support #212

Open FZambia opened 2 years ago

FZambia commented 2 years ago

An issue to track WebTransport support:

FZambia commented 2 years ago

We experimentally support WebTransport in Centrifugo now. The code is here: https://github.com/centrifugal/centrifugo/tree/master/internal/wt.