Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 596 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 596 Bytes

Undertow

Fork changes:

  • If context is available localy, then mod_cluster will let the server process directly.

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 3.1 implementation
  • A JSR-356 compliant web socket implementation

Website: http://undertow.io

Issues: https://issues.jboss.org/browse/UNDERTOW

Project Lead: Stuart Douglas sdouglas@redhat.com

Mailing List: undertow-dev@lists.jboss.org http://lists.jboss.org/mailman/listinfo/undertow-dev