Registry /
messaging / centrifugal-centrifuge-go
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
centrifuge
✓ github.com/centrifugal/centrifuge-go
Connects to a Centrifugo WebSocket endpoint.
package main
import (
"github.com/centrifugal/centrifuge-go"
)
func main() {
client := centrifuge.New("ws://localhost:8000/connection/websocket", centrifuge.DefaultConfig())
client.Connect()
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.10.3latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.