Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.