diff --git a/README.md b/README.md index ff58f83..425dbee 100644 --- a/README.md +++ b/README.md @@ -548,6 +548,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Riptide](https://github.com/zalando/riptide) - Client-side response routing for Spring's RestTemplate. * [Undertow](http://undertow.io/) - Web server providing both blocking and non-blocking API’s based on NIO. Used as a network layer in WildFly. * [urnlib](https://github.com/slub/urnlib) - Java library for representing, parsing and encoding URNs as in RFC 2141. +* [MINA](https://mina.apache.org/) - Abstract event-driven async I/O API for network operations over TCP/IP and UDP/IP via Java NIO. ## ORM