simple-stomp-broker-js
v1.0.0
Published
Simple upgraded TypeScript version of a exising library NodeJs STOMP 1.1 broker, which added some features that can help to migrate Java WS service to Nodejs.
Maintainers
Readme
Simple STOMP Broker JS
NodeJS STOMP broker
Inspired by Simple Message Broker in Spring Boot, this is simple upgraded TypeScript version of a exising library NodeJs STOMP 1.1 broker, which I added some features that can help to migrate Java WS service to Nodejs.
You can follow original project here. Original open source
Features
- Maintain existing features of original version.
Connect, subscribe, send, ..., to STOMP socket server.
Heartbeats.
Destination wildcards
. is used to separate names in a path
* is used to mach any name in a path
** is used to recursively match path names
- Upgraded all latest dependency version, resolve all vulnerabilities and relevant tests.
- Expose TypeScript version.
- Apply auth middleware mechanism.
Documentation
Original documentation: Online Documention
Latest docs: /docs
License
MIT License
Original source code was published here Repo
