Whatever message this page gives is out now! Go check it out!

WebSocket communication models

Last update:
May 18, 2026
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.

On this page