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.
Share this page
Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.