a

activej-eventloop

Efficient non-blocking network and file I/O, for building Node.js-like client/server applications with high performance requirements.
Files download
File Operation
activej-eventloop-5.5-rc2.jar download
activej-eventloop-5.5-rc2.pom download
activej-eventloop-5.5-rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-eventloop</artifactId>
  <version>5.5-rc2</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-eventloop:5.5-rc2'
Gradle Kotlin
implementation("io.activej:activej-eventloop:5.5-rc2")
Scala SBT
libraryDependencies += "io.activej" % "activej-eventloop" % "5.5-rc2"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-eventloop', version='5.5-rc2')
)
Apache Ivy
<dependency org="io.activej" name="activej-eventloop" rev="5.5-rc2" />
Leiningen
[io.activej/activej-eventloop "5.5-rc2"]
Apache Buildr
'io.activej:activej-eventloop:jar:5.5-rc2'