Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andrewrunner/rmq-example-with-monorepo
- Owner: andrewrunner
- Created: 2024-11-07T10:21:51.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T10:26:01.000Z (2 months ago)
- Last Synced: 2024-11-07T11:29:16.751Z (2 months ago)
- Topics: monorepo, npm-workspaces, rmq
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...
```