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

https://github.com/firmanjs/nodejs-rabbitmq-example


https://github.com/firmanjs/nodejs-rabbitmq-example

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## Repo Belajar RabbitMQ
belajar message broker menggunakan rabbitmq nodejs
default branch using commonjs

## Cara menggunakan

```bash
npm install
```

```bash
node publisher-topic.js
```

```bash
node subscriber-topic.js
```