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

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

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)