Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This page collects notes about WebSockets as the basis for messaging between Web server and client.

Messaging and Queueing

Can messaging and queueing be integrated with WebSocket use? The links below show significant work being done with well known protocols and products.

  • IBM MQ and Mosquitto support MQTT over WebSockets
  • Javascript library for STOMP over WebSockets. Notice the linked page describes built-in support for this approach by HornetQ, ActiveMQ, RabbitMQ.
  • No labels