Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add README.md badges #112

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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