https://github.com/onetail/simple-nodejs-amqp
use nodejs connect amqp server and test speed to use it
https://github.com/onetail/simple-nodejs-amqp
amqp nodejs prettierrc webpack
Last synced: 2 months ago
JSON representation
use nodejs connect amqp server and test speed to use it
- Host: GitHub
- URL: https://github.com/onetail/simple-nodejs-amqp
- Owner: Onetail
- Created: 2019-08-11T07:02:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T03:40:07.000Z (about 6 years ago)
- Last Synced: 2025-01-24T10:47:03.435Z (over 1 year ago)
- Topics: amqp, nodejs, prettierrc, webpack
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Amqp Server
## Quick start
### Build amqp docker server
``` docker-compose up ```
### open console in browser
``` http://localhost:15672 ```
``` username = root ```
``` password = root ```
### start server
``` yarn dev:js ```
### receive server
``` yarn cli ```
## use webpack
> build a dist to add compiler speed faster
``` yarn build ```
> open another terminal
``` yarn dev ```
## clean volume
``` docker volume ls -q | grep rabbitmq ```
``` docker volume rm {simple-nodejs-amqp_rabbitmqstats_data} ```