Skip to content

AdrianFarmadin/undertow

 
 

Repository files navigation

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

About

High performance non-blocking webserver

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%