Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeizel/rabbitmq-async-sender
https://github.com/zeizel/rabbitmq-async-sender
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeizel/rabbitmq-async-sender
- Owner: ZeiZel
- Created: 2023-08-11T05:28:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-11T05:40:37.000Z (over 1 year ago)
- Last Synced: 2023-08-11T13:02:36.768Z (over 1 year ago)
- Language: TypeScript
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)