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

https://github.com/crazyoptimist/rabbitmq-nodejs-poc

Message Broker POC with RabbitMQ and Node.JS
https://github.com/crazyoptimist/rabbitmq-nodejs-poc

Last synced: about 1 year ago
JSON representation

Message Broker POC with RabbitMQ and Node.JS

Awesome Lists containing this project

README

          

# Hello RabbitMQ!

## Run
Install dependencies
```bash
npm i
```
Open two terminal windows

```bash
# terminal 1
npm run receive
```
```bash
# terminal 2
npm run send
```