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
- Host: GitHub
- URL: https://github.com/maximemoreillon/rabbitmq2socketio
- Owner: maximemoreillon
- License: mit
- Created: 2022-11-19T05:14:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T11:52:45.000Z (over 2 years ago)
- Last Synced: 2026-01-30T13:29:28.919Z (5 months ago)
- Topics: express, rabbitmq, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |