https://github.com/bugthesystem/socket.io-rabbitmq-server
socket.io pub-sub server rabbitmq implementation
https://github.com/bugthesystem/socket.io-rabbitmq-server
Last synced: 7 months ago
JSON representation
socket.io pub-sub server rabbitmq implementation
- Host: GitHub
- URL: https://github.com/bugthesystem/socket.io-rabbitmq-server
- Owner: bugthesystem
- License: mit
- Created: 2015-06-01T20:51:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T21:19:36.000Z (about 11 years ago)
- Last Synced: 2025-02-14T13:06:24.493Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# socket.io-rabbitmq-server
socket.io pub-sub server [rabbitmq](https://www.rabbitmq.com/) implementation
# Installing
```
$ npm install socket.io-rabbitmq-server
```
# Usage
```shell
$ socket.io-rabbitmq-server
```
# Testing
```shell
$ make test
```
# License
[MIT license](https://github.com/ziyasal/socket.io-rabbitmq-server/blob/master/LICENSE)