Last Version

io.github.congcoi123:tenio 3.1.1

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. It uses MsgPack for compressing data so that can be transferred quickly through the network. This framework can help you quickly create a game server or integrate it into your system.

License

License

GroupId

GroupId

io.github.congcoi123
ArtifactId

ArtifactId

tenio
Version

Version

3.1.1
Type

Type

jar
Description

Description

io.github.congcoi123:tenio
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. It uses MsgPack for compressing data so that can be transferred quickly through the network. This framework can help you quickly create a game server or integrate it into your system.
Project URL

Project URL

https://github.com/congcoi123/tenio
Source Code Management

Source Code Management

https://github.com/congcoi123/tenio/tree/master

Download tenio 3.1.1


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

Dependencies

compile (7)

Group / Artifact Type Version
io.netty : netty-all jar 4.1.50.Final
org.eclipse.jetty : jetty-server jar 9.4.29.v20200521
org.eclipse.jetty : jetty-servlet jar 9.4.29.v20200521
javax.servlet : servlet-api jar 2.5
org.msgpack : msgpack jar 0.6.12
com.google.guava : guava jar 29.0-jre
org.apache.logging.log4j : log4j-core jar 2.13.3

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.2
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.junit.platform : junit-platform-runner jar 1.6.2
org.junit.platform : junit-platform-launcher jar 1.6.2

Project Modules

There are no modules declared in this project.