Socket Delivery Server
框架主要是为了提供一个可以负载大量socket tcp长连接的通讯服务。分为两部分delivery分发负载模块、socketServer通讯模块。 模块delivery依赖redis共享数据,提供双服务提高高可用性能;socketServer基于eureka负载可提供无上限的拓展支持,提供海量socket长连接请求业务。
使用说明见 wiki
| License | License | 
|---|---|
| GroupId | GroupIdcom.codingapi | 
| ArtifactId | ArtifactIdsds-socket | 
| Last Version | Last Version2.0.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionsds-socket sds | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| sds-socket-2.0.2.pom | |
| sds-socket-2.0.2.jar | 31 KB | 
| sds-socket-2.0.2-sources.jar | 20 KB | 
| sds-socket-2.0.2-javadoc.jar | 234 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.codingapi/sds-socket/ -->
<dependency>
    <groupId>com.codingapi</groupId>
    <artifactId>sds-socket</artifactId>
    <version>2.0.2</version>
</dependency>// https://jarcasting.com/artifacts/com.codingapi/sds-socket/
implementation 'com.codingapi:sds-socket:2.0.2'// https://jarcasting.com/artifacts/com.codingapi/sds-socket/
implementation ("com.codingapi:sds-socket:2.0.2")'com.codingapi:sds-socket:jar:2.0.2'<dependency org="com.codingapi" name="sds-socket" rev="2.0.2">
  <artifact name="sds-socket" type="jar" />
</dependency>@Grapes(
@Grab(group='com.codingapi', module='sds-socket', version='2.0.2')
)libraryDependencies += "com.codingapi" % "sds-socket" % "2.0.2"[com.codingapi/sds-socket "2.0.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.cloud : spring-cloud-starter-consul-discovery | jar | |
| org.springframework.cloud : spring-cloud-starter-feign | jar | |
| org.springframework.boot : spring-boot-starter | jar | 1.5.10.RELEASE | 
| com.alibaba : fastjson | jar | 1.2.34 | 
| com.github.1991wangliang : lorne_exception | jar | 1.0.0.RELEASE | 
| org.springframework.boot : spring-boot-starter-actuator | jar | 1.5.10.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.10.RELEASE | 
| io.netty : netty-all | jar | 4.1.19.Final | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.10.RELEASE | 
框架主要是为了提供一个可以负载大量socket tcp长连接的通讯服务。分为两部分delivery分发负载模块、socketServer通讯模块。 模块delivery依赖redis共享数据,提供双服务提高高可用性能;socketServer基于eureka负载可提供无上限的拓展支持,提供海量socket长连接请求业务。
使用说明见 wiki