Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```