Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theglenn/node-amqp
Simple AMQP implementation for nodejs
https://github.com/theglenn/node-amqp
Last synced: about 1 month ago
JSON representation
Simple AMQP implementation for nodejs
- Host: GitHub
- URL: https://github.com/theglenn/node-amqp
- Owner: theGlenn
- License: mit
- Created: 2024-06-07T05:41:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T06:52:38.000Z (5 months ago)
- Last Synced: 2024-09-16T14:09:42.580Z (about 2 months ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Running tests
pnpm test
To run the tests, you will need RabbitMQ. You can either install it using your package manager or use [docker][] to run a RabbitMQ instance.
docker run -d --name amqp.test -p 5672:5672 rabbitmq