https://github.com/jvalue/node-dry-amqp
Reusable nodejs amqplib util library
https://github.com/jvalue/node-dry-amqp
Last synced: about 1 year ago
JSON representation
Reusable nodejs amqplib util library
- Host: GitHub
- URL: https://github.com/jvalue/node-dry-amqp
- Owner: jvalue
- License: apache-2.0
- Created: 2020-11-23T12:17:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-23T09:15:17.000Z (almost 5 years ago)
- Last Synced: 2025-04-14T10:12:55.567Z (about 1 year ago)
- Language: TypeScript
- Size: 292 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node DRY amqp
Reusable utils library for our node microservices introducing amqplib as dependency and providing helper functionality!
These package does NOT contain any business knowledge, but pure reusable functionality that would repeat over all services.
The main repository can be found here: [JValue Open Data Service](https://github.com/jvalue/open-data-service)
## How to use
Add the packages to your `package.json` as usual or use `npm install --save `
## License
Copyright 2020 Friedrich-Alexander Universität Erlangen-Nürnberg.
Node-DRY is licensed under the Apache License, Version 2.0. See [LICENSE](/LICENSE) for the full license text.