centrifugal/centrifuge-go

Publish messages

hound672 opened this issue · 2 comments

Hello.

https://github.com/centrifugal/cent
lib for python. Which can accept api key to publish messages.
Can centrifuge-go do this?
I cannot find this in docs or sources.

The analogue of Cent lib for Go language is https://github.com/centrifugal/gocent - it allows to publish messages using server HTTP API.

centrifuge-go is client library for WebSocket connections.

Full list of server HTTP API libraries: https://centrifugal.github.io/centrifugo/libraries/api/
Full list of client (WebSocket) libraries: https://centrifugal.github.io/centrifugo/libraries/client/

Thanks!:)