Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1011 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 1011 Bytes

DreamSocket 996.icu

Socket连接客户端,精简版本的Netty或者Mina

使用方式

Gradle

compile 'com.github.spacetimeme:dream-socket:3.0.0'

Maven

<dependency>
  <groupId>com.github.spacetimeme</groupId>
  <artifactId>dream-socket</artifactId>
  <version>3.0.0</version>
</dependency>

TCP Server TCP使用方式

UDP Server UDP使用方式

LICENSE