An open API service indexing awesome lists of open source software.

https://github.com/congcoi123/tenio-common

The common module is for the TenIO framework.
https://github.com/congcoi123/tenio-common

framework gamedevelopment gameserver injection-dependency java java17 supportmodule

Last synced: about 2 months ago
JSON representation

The common module is for the TenIO framework.

Awesome Lists containing this project

README

          


































# TenIO Common Module [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=TenIO%20is%20a%20java%20NIO%20based%20server%20specifically%20designed%20for%20multiplayer%20games.%0D%0A&url=https://github.com/congcoi123/tenio%0D%0A&hashtags=tenio,java,gameserver,multiplayer,nio,netty,jetty,msgpack,cocos2dx,unity,libgdx,phaserjs%0D%0A&via=congcoi123)
[`TenIO`](https://github.com/congcoi123/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.

## Requirements
- Java 21+

## License
The [`TenIO`](https://github.com/congcoi123/tenio) project is currently available under the [MIT](LICENSE) License.

## Changelog
Please check out the [changelog](CHANGELOG.md) for more details.

## Contributing
Please check out the [checklist](CHECKLIST.md) and [contributing guideline](CONTRIBUTING.md) for more details.

## Installation
```sh
$ git clone https://github.com/congcoi123/tenio-common.git
```

> Happy coding !