Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
ColdFusion WebSocket offers the following two communication models:
- Broadcast: Follows a subscriber/publisher model where hosts include multiple clients and server. Publishing is possible in either of the following ways:
- From client-side (by way of the server)
- Initiation from the server without client involvement
- Point-to-point: A bi-directional communication between a specific client and server. This model does not involve any other hosts/multiple clients.