TenIO Common Module
TenIO
is an open-source project to create multiplayer online games that includes a java NIO (Non-blocking I/O) based server specifically designed for multiplayer games, which supports UDP, TCP, Websocket, HTTP transports, and available simple client projects for quick development.
This module provides common methods, classes for other modules to use. It supports the simple dependency injection mechanism and supplies the self-defined serialized and deserialized processes for transferring data through the network.
Dependencies
- guava 31.0.1
- log4j-core 2.14.1
- reflections 0.10
Requirements
- Java 11
License
The TenIO
project is currently available under the MIT License.
Changelog
Please check out the changelog for more details.
Contributing
Please check out the contributing guideline for more details.
Installation
$ git clone https://github.com/congcoi123/tenio-common.git
Happy coding !