com.codingapi:sds

sds

License

License

GroupId

GroupId

com.codingapi
ArtifactId

ArtifactId

sds
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

sds
Project URL

Project URL

https://github.com/1991wangliang/sds
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/1991wangliang/sds

Download sds

Filename Size
sds-2.0.2.pom 6 KB
Browse

How to add to project

<!-- 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"]

Dependencies

compile (6)

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

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 1.5.10.RELEASE

Project Modules

  • sds-delivery
  • sds-socket

Socket Delivery Server

框架主要是为了提供一个可以负载大量socket tcp长连接的通讯服务。分为两部分delivery分发负载模块、socketServer通讯模块。 模块delivery依赖redis共享数据,提供双服务提高高可用性能;socketServer基于eureka负载可提供无上限的拓展支持,提供海量socket长连接请求业务。

使用说明见 wiki

Versions

Version
2.0.2