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.