Learn about the Khoros Flow Socket API used to integrate Flow in a client-facing app
The Flow Socket API is a real time messaging API that allows you to send and receive messages from Flow using web sockets.
Get started with Flow Socket
Here is a general overview how you'll use the API:
- Request a Socket endpoint (GET)
- Open a Socket connection (WSS)
- Send messages and receive messages messages
- Keep the connection alive.