Skip to content

rufusraghunath/js-stomp-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lerna

JS STOMP Utils

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.

Setup

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