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 installin the repo root - Run
lerna bootstrapto symlink the packages and install dependencies - Done!