{"library":"stomp-websocket","type":"library","category":null,"description":"STOMP.js provides a STOMP messaging client for browser and Node.js applications, supporting WebSocket and TCP transports. The latest version is 2.3.4-next, last updated in 2015 and no longer maintained. It offers a simple API for connecting to STOMP brokers, subscribing to queues/topics, and sending messages. Key differentiators include lightweight no-dependency design for browsers and dual TCP/WebSocket support in Node.js. However, it lacks modern ESM support, TypeScript types, and has known issues with binary frames and reconnection. For new projects, consider active alternatives like @stomp/stompjs.","language":"javascript","status":"abandoned","version":"2.3.4-next","tags":["javascript","STOMP","Web sockets","messaging","queue"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install stomp-websocket","imports":["var Stomp = require('stompjs');","var Stomp = require('stompjs'); var client = Stomp.client('ws://localhost:61614');","var Stomp = require('stompjs'); var frame = new Stomp.Frame('MESSAGE', {destination: '/queue/test'}, 'body');"]},{"cmd":"yarn add stomp-websocket","imports":[]},{"cmd":"pnpm add stomp-websocket","imports":[]}],"homepage":"https://github.com/jmesnil/stomp-websocket#readme","github":"https://github.com/jmesnil/stomp-websocket","docs":null,"changelog":null,"pypi":null,"npm":"stomp-websocket","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}