Connection Details
Guide how to open a connection to Niza WebSocket.
We use Pusher as a Socket client, please look at this documentation how to setup pusher and connect using different languages.
The public APP_KEY is 23d6f445cd259b91adf9
.
The connection string will look like this:
Once the connection is successful you are ready to subscribe and receive public messages. For the private messages please look at the WebSocket Authentication documentation how to authenticate your user to receive private messages.
Last updated