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

https://github.com/maximemoreillon/rabbitmq2socketio

A simple microservice to relay RabbitMQ messages to Socket.io clients
https://github.com/maximemoreillon/rabbitmq2socketio

express rabbitmq socket-io typescript

Last synced: 3 months ago
JSON representation

A simple microservice to relay RabbitMQ messages to Socket.io clients

Awesome Lists containing this project

README

          

# RabbitMQ to Socket.io

A simple microservice to relay RabbitMQ messages to Socket.io clients

## Environment variables
| Variable | Description |
| --- | --- |
| RABBITMQ_URL | RabbitMQ Broker URL |
| RABBITMQ_QUEUES | Comma-separated list of queues to subscribe to |