sds-socket

sds

License

License

GroupId

GroupId

com.codingapi
ArtifactId

ArtifactId

sds-socket
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

sds-socket
sds
Project Organization

Project Organization

Pivotal Software, Inc.

Download sds-socket

How to add to project

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

Dependencies

compile (8)

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

test (1)

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

Project Modules

There are no modules declared in this project.

Socket Delivery Server

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

使用说明见 wiki

Versions

Version
2.0.2
2.0.1