Socket Delivery Server
框架主要是为了提供一个可以负载大量socket tcp长连接的通讯服务。分为两部分delivery分发负载模块、socketServer通讯模块。 模块delivery依赖redis共享数据,提供双服务提高高可用性能;socketServer基于eureka负载可提供无上限的拓展支持,提供海量socket长连接请求业务。
使用说明见 wiki
| License |
License |
|---|---|
| GroupId | GroupIdcom.codingapi |
| ArtifactId | ArtifactIdsds |
| Last Version | Last Version2.0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionsds
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sds-2.0.2.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.codingapi/sds/ -->
<dependency>
<groupId>com.codingapi</groupId>
<artifactId>sds</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.codingapi/sds/
implementation 'com.codingapi:sds:2.0.2'
// https://jarcasting.com/artifacts/com.codingapi/sds/
implementation ("com.codingapi:sds:2.0.2")
'com.codingapi:sds:pom:2.0.2'
<dependency org="com.codingapi" name="sds" rev="2.0.2">
<artifact name="sds" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.codingapi', module='sds', version='2.0.2')
)
libraryDependencies += "com.codingapi" % "sds" % "2.0.2"
[com.codingapi/sds "2.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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