Undertow is a Java web server based on non-blocking IO. It consists of a few different parts: A core HTTP server that supports both blocking and non-blocking IO A Servlet 4.0/5.0/6.0 implementation A JSR-356/Jakarta 2.0 compliant Web Socket implementation Website: http://undertow.io Issues: https://issues.redhat.com/projects/UNDERTOW Project Lead: Flavia Rainone frainone@redhat.com Undertow Dev Gr

