https://github.com/raomuyang/skmq-java-tool
The tools for sikong-mq
https://github.com/raomuyang/skmq-java-tool
skmq
Last synced: 3 months ago
JSON representation
The tools for sikong-mq
- Host: GitHub
- URL: https://github.com/raomuyang/skmq-java-tool
- Owner: raomuyang
- License: mit
- Created: 2018-01-31T14:23:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T07:55:37.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T06:51:25.718Z (5 months ago)
- Topics: skmq
- Language: Java
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# skmq java tool
[](https://travis-ci.org/raomuyang/skmq-java-tool) [](https://coveralls.io/github/raomuyang/skmq-java-tool?branch=master)
* Asynchronous io 异步IO
* TCP unpack, auto encode/decode TCP拆包、消息自动编码解码### Maven
```xmlcn.atomicer.skmq
skmq-java-tool
LATEST```
### Gradle
```
compile group: 'cn.atomicer.skmq', name: 'skmq-java-tool', version: '2.1.0'
```