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.3.1.jar download
tenio-core-0.3.1.pom download
tenio-core-0.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.congcoi123</groupId>
  <artifactId>tenio-core</artifactId>
  <version>0.3.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.congcoi123:tenio-core:0.3.1'
Gradle Kotlin
implementation("io.github.congcoi123:tenio-core:0.3.1")
Scala SBT
libraryDependencies += "io.github.congcoi123" % "tenio-core" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.congcoi123', module='tenio-core', version='0.3.1')
)
Apache Ivy
<dependency org="io.github.congcoi123" name="tenio-core" rev="0.3.1" />
Leiningen
[io.github.congcoi123/tenio-core "0.3.1"]
Apache Buildr
'io.github.congcoi123:tenio-core:jar:0.3.1'