Stomp client over websocket for browsers and nodejs
Pakete suchen...
webstomp-clientÄhnliche Pakete:
npm-Download-Trend
3 Jahre
🌟 Zeige das Echtzeit-Nutzungsdiagramm in der webstomp-client README.md an, kopiere einfach den untenstehenden Code.
## Usage Trend
[](https://npm-compare.com/webstomp-client#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Zeige das GitHub Stars Trend-Diagramm in der webstomp-client README.md an, kopiere einfach den untenstehenden Code.
## GitHub Stars Trend
[](https://npm-compare.com/webstomp-client)
Statistik-Detail
Paket
Downloads
Stars
Größe
Issues
Veröffentlichung
Lizenz
webstomp-client
23,046
297
-
23
vor 7 Jahren
Apache-2.0
Beliebte Vergleiche
webstomp-client
README für webstomp-client
webstomp-client
This library provides a stomp client for Web browsers and nodejs through Web Sockets.
Project Status
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.
Browsers support
Only ES5 compatible modern browsers are supported. If you need a websocket polyfill you can use sockjs
nodejs support
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.