Gathering detailed insights and metrics for webstomp-client
Gathering detailed insights and metrics for webstomp-client
Gathering detailed insights and metrics for webstomp-client
Gathering detailed insights and metrics for webstomp-client
npm install webstomp-client
Typescript
Module System
Node Version
NPM Version
JavaScript (65.87%)
HTML (34.13%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
297 Stars
88 Commits
58 Forks
21 Watchers
7 Branches
12 Contributors
Updated on Jun 07, 2025
Latest Version
1.2.6
Package Id
webstomp-client@1.2.6
Size
25.79 kB
NPM Version
6.4.1
Node Version
8.11.3
Published on
Nov 05, 2018
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
This library provides a stomp client for Web browsers and nodejs through Web Sockets.
This is a fork of the original stomp-websocket re-written in ES6 and incorporate pending pull requests. All credits goes to the original authors: Jeff Mesnil & Jeff Lindsay.
Only ES5 compatible modern browsers are supported. If you need a websocket polyfill you can use sockjs
As nodejs does not have a WebSocket object like browsers have, you must choose a websocket client and use webstomp.over instead of webstomp.client
. Choosing a good client is maybe the most difficult part:
npm run example
will open examples in browser and try to connect to RabbitMQ Web-Stomp default Web Sockets url.
node run example/broadcast-node.js
will run a dead simple nodejs example.
npm install webstomp-client
1<script type="text/javascript" src="node_modules/webstomp-client/dist/webstomp.min.js"></script>
webstomp
will be a global variable.
1var webstomp = require('webstomp-client');
import webstomp from 'webstomp-client';
By default it will load dist/webstomp.js
, but the npm package.json es6 entry point to the es6 src file if you prefer loading this version.
Jeff Mesnil stomp-websocket documentation is still a must read even if the API evolved a little
Uses global WebSocket
object for you to return a webstomp Client
object.
Web Sockets endpoint url
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 4/30 approved changesets -- score normalized to 1
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
34 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More