Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/restuwahyu13/event-bus-rabbitmq
Example simulation fake event bus using RabbitMQ.
https://github.com/restuwahyu13/event-bus-rabbitmq
eventbus events javascript nodejs nodejs-service pubsub rabbitmq rabbitmq-consumer rabbitmq-producer typescript
Last synced: about 2 months ago
JSON representation
Example simulation fake event bus using RabbitMQ.
- Host: GitHub
- URL: https://github.com/restuwahyu13/event-bus-rabbitmq
- Owner: restuwahyu13
- Created: 2022-07-27T05:54:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T09:58:28.000Z (over 2 years ago)
- Last Synced: 2023-03-05T22:54:18.399Z (almost 2 years ago)
- Topics: eventbus, events, javascript, nodejs, nodejs-service, pubsub, rabbitmq, rabbitmq-consumer, rabbitmq-producer, typescript
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event Bus (Simulation)
**Message Bus** is architecture pattern for implementation communication centralize event for sharing resource data between different service, generally used for microservice-based applications, this simulation i'm using rabbitmq for delivery data for different service.
### Command
- #### Event Bus
```sh
$ npm run start
```- #### Service Product
```sh
$ npm run product
```- #### Service Order
```sh
$ npm run order
```- #### Service Shipping
```sh
$ npm run shipping
```