From 29573359817899d9ea4adc53e5f51469aec83c2c Mon Sep 17 00:00:00 2001 From: Soheib El-Harrache Date: Mon, 7 Aug 2017 13:41:09 -0400 Subject: [PATCH] Add KryoNet --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8cde72..5364283 100644 --- a/README.md +++ b/README.md @@ -620,6 +620,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Finagle](https://github.com/twitter/finagle) - Extensible RPC system for constructing high-concurrency servers. It implements uniform client and server APIs for several protocols, and is protocol-agnostic to simplify implementation of new protocols. * [Grizzly](https://grizzly.java.net/) - NIO framework. Used as a network layer in Glassfish. * [gRPC](https://github.com/grpc/grpc-java) - RPC framework based on protobuf and HTTP/2. +* [KryoNet](https://github.com/EsotericSoftware/kryonet) - Provides a clean and simple API for efficient TCP and UDP client/server network communication using NIO. Uses the Kryo serialization library. * [MINA](https://mina.apache.org/) - Abstract, event-driven async I/O API for network operations over TCP/IP and UDP/IP via Java NIO. * [Netty](http://netty.io/) - Framework for building high-performance network applications. * [Nifty](https://github.com/facebook/nifty) - Implementation of Thrift clients and servers on Netty.