Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zeizel/rabbitmq-async-sender


https://github.com/zeizel/rabbitmq-async-sender

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# RabbitMQ Sender

## What's is it:

![task.png](assets%2Ftask.png)

## Installation:

First of all, you need to install dependencies (that command install all deps in all directories):

```bash
npm install:dep
```

From root of project (concurrently enable both):

```bash
npm run dev
```

You need to enable RabbitMQ service on your PC !!

## How it's works:

You need to post some data on `http://localhost:3001/send-request`

![working.png](assets%2Fworking.png)