t

tenio-core

TenIO is a java NIO (Non-blocking I/O) based server specifically designed for multiplayer games. It supports UDP and TCP transports which are handled by Netty for high-speed network transmission. This is the core module for the main process of the framework.
https://github.com/congcoi123/tenio
MIT License
Kong
Files download
File Operation
tenio-core-0.4.0.jar download
tenio-core-0.4.0.pom download
tenio-core-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.congcoi123</groupId>
  <artifactId>tenio-core</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.congcoi123:tenio-core:0.4.0'
Gradle Kotlin
implementation("io.github.congcoi123:tenio-core:0.4.0")
Scala SBT
libraryDependencies += "io.github.congcoi123" % "tenio-core" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.congcoi123', module='tenio-core', version='0.4.0')
)
Apache Ivy
<dependency org="io.github.congcoi123" name="tenio-core" rev="0.4.0" />
Leiningen
[io.github.congcoi123/tenio-core "0.4.0"]
Apache Buildr
'io.github.congcoi123:tenio-core:jar:0.4.0'