Описание тега kryonet
TCP and UDP client/server library for Java
KryoNet is a Java library that provides a clean and simple API for efficient TCP and UDP client/server network communication using NIO. It runs on both the desktop and on Android. It is very efficient, so is especially good for games. KryoNet can also be useful for inter-process communication.
KryoNet makes the assumptions that it will only be used for client/server architectures and that KryoNet will be used on both sides of the network.
The following resources are available for KryoNet:
- Doc
- Forum Discussion
- Additional Serializers
- Example Code utilizing KryoNet
- Unit Tests