Back to articles

Why we used STOMP with WebSocket?

via Reddit Programming/u/behzodhalil

Raw WebSockets give you a TCP pipe and nothing else. No message routing. No subscription management. No standardized error handling. STOMP gives you a thin, well-defined messaging protocol on top of WebSocket - topics, subscriptions, headers, structured frames - without pulling in a full message broker. https://medium.com/@behzodhalil/why-we-used-stomp-with-websocket-8343d4feeb0d submitted by /u/behzodhalil [link] [comments]

Continue reading on Reddit Programming

Opens in a new tab

Read Full Article
2 views

Related Articles