seneca-alimns-transport
Version:
A Seneca transport plugin for Aliyun-MNS
47 lines (28 loc) • 948 B
Markdown

> A [Seneca.js][1] transport plugin
# seneca-alimns-transport
[](https://github.com/Flet/semistandard)
This plugin allows seneca listeners and clients to communicate over [Aliyun-MNS][2].
It is built upon a 3rd party MNS SDK called [ali-mns][3].
## Install
```sh
npm install seneca-alimns-transport
```
## Usage
The following snippets showcase the most basic usage examples.
### Listener
```javascript
```
### Client
```javascript
```
## Options
The following object describes the available options for this transport. These are applicable to both clients and listeners.
```json
```
## License
MIT
Any help/contribution is appreciated!
[1]: https://senecajs.org/
[2]: https://www.aliyun.com/product/mns
[3]: https://github.com/InCar/ali-mns