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

https://github.com/juebanlin/util4j

java 开发工具集,包含网络,并发逻辑处理,csp队列,热更新加载器
https://github.com/juebanlin/util4j

gamecore java nettyserver queue

Last synced: 5 months ago
JSON representation

java 开发工具集,包含网络,并发逻辑处理,csp队列,热更新加载器

Awesome Lists containing this project

README

          

# util4j
[![Version](https://img.shields.io/badge/version-4.1.9-brightgreen.svg)](http://search.maven.org/#search|gav|1|g:%22net.jueb%22%20AND%20a:%22util4j%22)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![JDK 1.8](https://img.shields.io/badge/JDK-1.8-green.svg "JDK 1.8")]()

## 简介
用于服务端开发的常用工具包,来源于平时游戏服务端开发所用到的公共组件,经过稳定的上线测试。

## 提供组件
* netty网络客户端服务端
* 缓存
* CSP模型队列执行器(采用jctools实现高吞吐的任务处理)
* 热更新框架
* 字节操作工具
* 加密解密

### Maven

```xml

net.jueb
util4j
VERSION

```

### Gradle
```
compile 'net.jueb:util4j-all:VERSION'
```