-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
xigu.lx
committed
Jan 2, 2019
1 parent
6243aa1
commit d194d8a
Showing
106 changed files
with
162,323 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,3 +59,5 @@ typings/ | |
|
||
# next.js build output | ||
.next | ||
package-lock.json | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# mq-http-nodejs-sdk | ||
Aliyun Message Queue(MQ) Http Nodejs SDK | ||
# MQ Nodejs HTTP SDK | ||
|
||
Alyun MQ Documents: http://www.aliyun.com/product/ons | ||
|
||
Aliyun MQ Console: https://ons.console.aliyun.com | ||
|
||
## Installation | ||
|
||
```bash | ||
npm install @aliyunmq/mq-http-sdk --save | ||
``` | ||
|
||
## docs | ||
|
||
[Documents](./docs/index.html) | ||
|
||
## Use | ||
|
||
### Publish Message | ||
```node | ||
``` | ||
|
||
### Consume Message | ||
```node | ||
``` |
Oops, something went wrong.