Last Version

wsmessenger-parent 1.5.0

Wsmessenger is a long connection message middleware based on websocket protocl. It is built upon netty, so it can work well in high concurrency circumstances. It can be used to create PUSH service for android app. It also can be used to create monitor tools for web cluster.

License

License

GroupId

GroupId

space.chensheng.wsmessenger
ArtifactId

ArtifactId

wsmessenger-parent
Version

Version

1.5.0
Type

Type

pom
Description

Description

wsmessenger-parent
Wsmessenger is a long connection message middleware based on websocket protocl. It is built upon netty, so it can work well in high concurrency circumstances. It can be used to create PUSH service for android app. It also can be used to create monitor tools for web cluster.
Source Code Management

Source Code Management

https://github.com/chensheng/wsmessenger-project.git

Download wsmessenger-parent 1.5.0


<!-- https://jarcasting.com/artifacts/space.chensheng.wsmessenger/wsmessenger-parent/ -->
<dependency>
    <groupId>space.chensheng.wsmessenger</groupId>
    <artifactId>wsmessenger-parent</artifactId>
    <version>1.5.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/space.chensheng.wsmessenger/wsmessenger-parent/
implementation 'space.chensheng.wsmessenger:wsmessenger-parent:1.5.0'
// https://jarcasting.com/artifacts/space.chensheng.wsmessenger/wsmessenger-parent/
implementation ("space.chensheng.wsmessenger:wsmessenger-parent:1.5.0")
'space.chensheng.wsmessenger:wsmessenger-parent:pom:1.5.0'
<dependency org="space.chensheng.wsmessenger" name="wsmessenger-parent" rev="1.5.0">
  <artifact name="wsmessenger-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='space.chensheng.wsmessenger', module='wsmessenger-parent', version='1.5.0')
)
libraryDependencies += "space.chensheng.wsmessenger" % "wsmessenger-parent" % "1.5.0"
[space.chensheng.wsmessenger/wsmessenger-parent "1.5.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • wsmessenger-common
  • wsmessenger-client
  • wsmessenger-server
  • wsmessenger-message