Category: github

by In this article, I briefly describe what web socket gives us in the context of integration.

As you can see in the diagram above, the client initiate connection over WebSocket or secure WebSocket (wss), and then the server can send back messages to the client.

In the picture below, you can see that we have to assign existing HTTP_Listener_config to WebSocket configuration by Listener config property.

As you can see, we need to provide socket id, to identify the client and one or more groups.

Related Articles