Skip to content

Commit

Permalink
Merge pull request #112 from bogdumi/main
Browse files Browse the repository at this point in the history
Add README.md badges
  • Loading branch information
aidanm3341 authored Oct 1, 2024
2 parents 0791dd0 + 143013d commit f70f908
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# MessageBroker
![Lifecycle Active](https://badgen.net/badge/Lifecycle/Active/green)
![NPM](https://img.shields.io/npm/l/@morgan-stanley/message-broker)
![npm](https://img.shields.io/npm/v/@morgan-stanley/message-broker)
![NPM](https://img.shields.io/badge/types-TypeScript-blue)
[![Build Status](https://github.com/morganstanley/message-broker/actions/workflows/build.yml/badge.svg)](https://github.com/morganstanley/message-broker/actions/workflows/build.yml)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/morganstanley/message-broker/badge)](https://securityscorecards.dev/viewer/?uri=github.com/morganstanley/message-broker)

MessageBroker provides framework agnostic, decoupled communication between publishers and subscribers. This library is fully type safe and works in both browsers and Node.js. MessageBroker is built ontop of [RxJS](https://rxjs.dev/guide/overview) providing access to observables and a comprehensive list of operators.

Expand Down

0 comments on commit f70f908

Please sign in to comment.