Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
xigu.lx committed Jan 2, 2019
1 parent 6243aa1 commit d194d8a
Show file tree
Hide file tree
Showing 106 changed files with 162,323 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ typings/

# next.js build output
.next
package-lock.json
.DS_Store
27 changes: 25 additions & 2 deletions README.md
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
```
Loading

0 comments on commit d194d8a

Please sign in to comment.