LiteSockets

A light weight socket library designed for highly concurrent applications. LiteSockets leverages threadly to make it easy to maintain concurrent connections while keeping threading on a per-client basis single threaded.

License

License

GroupId

GroupId

org.threadly
ArtifactId

ArtifactId

litesockets
Last Version

Last Version

4.14
Release Date

Release Date

Type

Type

jar
Description

Description

LiteSockets
A light weight socket library designed for highly concurrent applications. LiteSockets leverages threadly to make it easy to maintain concurrent connections while keeping threading on a per-client basis single threaded.
Project URL

Project URL

https://github.com/threadly/litesockets

Download litesockets

How to add to project

<!-- https://jarcasting.com/artifacts/org.threadly/litesockets/ -->
<dependency>
    <groupId>org.threadly</groupId>
    <artifactId>litesockets</artifactId>
    <version>4.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.threadly/litesockets/
implementation 'org.threadly:litesockets:4.14'
// https://jarcasting.com/artifacts/org.threadly/litesockets/
implementation ("org.threadly:litesockets:4.14")
'org.threadly:litesockets:jar:4.14'
<dependency org="org.threadly" name="litesockets" rev="4.14">
  <artifact name="litesockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.threadly', module='litesockets', version='4.14')
)
libraryDependencies += "org.threadly" % "litesockets" % "4.14"
[org.threadly/litesockets "4.14"]

Dependencies

compile (1)

Group / Artifact Type Version
org.threadly : threadly jar 5.42

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.
org.threadly

Threadly

Tools for concurrent high performance java development

Versions

Version
4.14
4.13
4.12
4.11
4.10
4.9
4.8
4.7
4.6
4.5
4.4
4.3
4.2
4.1
4.0
3.3.0
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
2.1.0
2.0.0
1.1.0
1.0.2
1.0.0