# jmesnil/stomp-websocket

Stomp client for Web browsers and node.js apps

Repository: https://github.com/jmesnil/stomp-websocket
Canonical: https://ross.abutalabs.com/products/stomp-websocket
Homepage: http://jmesnil.net/stomp-websocket/doc/
Language: JavaScript
License: Apache-2.0
License Family: permissive
Last push: 2017-07-11T07:08:43+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 6055, "days_push": 3340, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1446, forks 578 (observed 2026-08-28T04:04:45.220614+00:00)

## What it is
A JavaScript STOMP client library that lets web browsers (over WebSockets) and node.js applications (over raw TCP or WebSockets) communicate with STOMP message brokers. It is dependency-free in the browser and published on npm as 'stompjs'.

## Use cases
- connect a browser app to a STOMP message broker over WebSocket
- send and receive STOMP messages from node.js over TCP
- subscribe to message queues from a web page
- build real-time messaging in a WebWorker
- talk to ActiveMQ or RabbitMQ STOMP endpoints from JavaScript

## When to choose
- you need a lightweight, dependency-free STOMP client for the browser
- your node.js app must speak STOMP over TCP or WebSocket
- you are maintaining a legacy codebase already using stompjs

## When to avoid
- you need an actively maintained library with bug fixes and enhancements
- you need STOMP 1.2 features or modern tooling
- you are starting a new project - consider maintained forks like @stomp/stompjs

## Facets
- artifact type: library
- maturity: abandoned
- function: websocket, message-queue, http-client
- domain: web-development, backend
- platform: browser
- tags: stomp, messaging-protocol, websocket-client, unmaintained, messaging, nodejs, javascript

## Member repositories
- jmesnil/stomp-websocket (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:45.220614+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:36:10.083052+00:00, confidence not recorded.
  - readme: https://github.com/jmesnil/stomp-websocket (fetched 2026-08-28T04:04:45.220614+00:00, sha 84b643096209)
  - homepage: http://jmesnil.net/stomp-websocket/doc/ (fetched 2026-08-29T11:46:15.047099+00:00, sha c2c33481705b)
  - registry_npm: https://registry.npmjs.org/stomp-websocket (fetched 2026-08-29T11:46:15.057106+00:00, sha 1043b1a62593)
- Data as of 2026-08-30T08:39:29.467469+00:00.
