Monorepo for JavaScript STOMP utils. Full TypeScript support.
A simple STOMP message client for React. Easily testable with MockStompBroker
!
A Node-based mock STOMP message broker with hooks for easy testing. Works well with ReactStompClient
, but is client-agnostic.
- Run
npm install
in the repo root - Run
lerna bootstrap
to symlink the packages and install dependencies - Done!