Undertow
A flexible performant web server written in Java, providing both blocking and non-blocking APIs based on NIO. Designed to be fully embeddable with easy-to-use fluent builder APIs.
About
Undertow is a flexible, lightweight web server written in Java, optimized for embedding within applications. It offers full compliance with Java EE Servlet 4 specifications and supports both blocking and non-blocking I/O models. Designed primarily for Java developers, Undertow en…