https://github.com/robertoachar/rabbitmq-connect
A simple client to connect to RabbitMQ.
https://github.com/robertoachar/rabbitmq-connect
amqp node rabbitmq
Last synced: 2 months ago
JSON representation
A simple client to connect to RabbitMQ.
- Host: GitHub
- URL: https://github.com/robertoachar/rabbitmq-connect
- Owner: robertoachar
- License: mit
- Created: 2018-03-09T22:51:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T23:16:51.000Z (about 7 years ago)
- Last Synced: 2024-12-26T07:42:17.258Z (4 months ago)
- Topics: amqp, node, rabbitmq
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# rabbitmq-connect
Generated by [Node Project Generator](https://github.com/robertoachar/generator-node).
[![License][license-badge]][license-url]
> A simple client to connect to RabbitMQ.
# Development
* Cloning the repo
```bash
$ git clone https://github.com/robertoachar/rabbitmq-connect.git
```* Installing dependencies
```bash
$ npm install
```* Running scripts
| Action | Usage |
| ------------------------- | -------------- |
| Starting development mode | `npm start` |
| Linting code | `npm run lint` |# Author
[Roberto Achar](https://twitter.com/robertoachar)
# License
[MIT](https://github.com/robertoachar/rabbitmq-connect/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/rabbitmq-connect.svg
[license-url]: https://opensource.org/licenses/MIT