License |
License |
---|---|
GroupId | GroupIdio.github.congcoi123 |
ArtifactId | ArtifactIdtenio |
Version | Version3.1.1 |
Type | Typejar |
Description |
Descriptionio.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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tenio-3.1.1.pom | |
tenio-3.1.1.jar | 194 KB |
tenio-3.1.1-sources.jar | 229 KB |
tenio-3.1.1-javadoc.jar | 1 MB |
Browse |
<!-- 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"]
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 |
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 |