Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tutv/coney
Simple pub/sub and queue with Rabbitmq
https://github.com/tutv/coney
npm pubsub queue rabbitmq
Last synced: 17 days ago
JSON representation
Simple pub/sub and queue with Rabbitmq
- Host: GitHub
- URL: https://github.com/tutv/coney
- Owner: tutv
- Created: 2021-07-08T16:40:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T15:14:26.000Z (over 2 years ago)
- Last Synced: 2024-11-11T11:08:54.631Z (about 2 months ago)
- Topics: npm, pubsub, queue, rabbitmq
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/coney
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coney
A simple queue backed by RabbitMQ.
## Installation
```
yarn add coney#or npm i coney
```## Features
- Support simple queue with retry and delay
- Support pub/sub## License
This code is free to use under the terms of the MIT license.