Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrewrunner/rmq-example-with-monorepo

Example rabbitmq publisher and subscriber with using monorepo for shared library files
https://github.com/andrewrunner/rmq-example-with-monorepo

monorepo npm-workspaces rmq

Last synced: 3 days ago
JSON representation

Example rabbitmq publisher and subscriber with using monorepo for shared library files

Awesome Lists containing this project

README

        

# Example rabbitmq publisher and subscriber

A monorepo is used for demonstrating example of sharing lib files

``` Bash
# run command in apps/publisher
npm run start

# run command in apps/subscriber
npm run start

# after you will see test messages...

```