/js-stomp-utils

Monorepo for JavaScript STOMP utils

Primary LanguageTypeScriptMIT LicenseMIT

lerna

JS STOMP Utils

Monorepo for JavaScript STOMP utils. Full TypeScript support.

ReactStompClient

A simple STOMP message client for React. Easily testable with MockStompBroker!

MockStompBroker

A Node-based mock STOMP message broker with hooks for easy testing. Works well with ReactStompClient, but is client-agnostic.

Setup

  1. Run npm install in the repo root
  2. Run lerna bootstrap to symlink the packages and install dependencies
  3. Done!