StompJs Family

These libraries provide STOMP over Websocket connectivity for web browsers or other Javascript-based environments.

stompjs is the core Javascript library. rx-stomp is a wrapper that exposes functionality as RxJS primitives. If you are already using RxJS in your project or are familiar with it, check out rx-stomp.

Getting started

Please try the following guides:

Samples:

API documentation for NPM released versions.

Upgrading

Other topics

  • Read the FAQs. These cover varied topics.
  • List of Polyfills — you may need these for some environments.
  • Set of additional notes for using these libraries with SockJS.
  • One of my favorites, but not widely used, excellent support for Remote Procedure Calls.
  • An article devoted to specific issues posed by React Native.