Undertow
Undertow is a Vertx like server sponsored by JBoss, foundation for JBoss AS 8 WildFly
- written in java, providing both blocking and non-blocking API’s based on NIO.
 - Lightweight < 1MB jar < 4 MB of heap
 - HTTP Upgrade Support
 - Web Socket Support
 - Servlet 3.1
 - Embeddable
 
Comments