l

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.
https://github.com/threadly/litesockets
Mozilla Public License Version 2.0
Luke Wahlmeier Mike Jensen
Files download
File Operation
litesockets-4.13.jar download
litesockets-4.13.pom download
litesockets-4.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.threadly</groupId>
  <artifactId>litesockets</artifactId>
  <version>4.13</version>
</dependency>
Gradle Groovy
implementation 'org.threadly:litesockets:4.13'
Gradle Kotlin
implementation("org.threadly:litesockets:4.13")
Scala SBT
libraryDependencies += "org.threadly" % "litesockets" % "4.13"
Groovy Grape
@Grapes(
  @Grab(group='org.threadly', module='litesockets', version='4.13')
)
Apache Ivy
<dependency org="org.threadly" name="litesockets" rev="4.13" />
Leiningen
[org.threadly/litesockets "4.13"]
Apache Buildr
'org.threadly:litesockets:jar:4.13'
Dependencies