Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/undertow-io/undertow
High performance non-blocking webserver
https://github.com/undertow-io/undertow
ajp hacktoberfest http http-server jakartaee jakartaee10 java java-nio jboss servlet web websocket wildfly
Last synced: 5 days ago
JSON representation
High performance non-blocking webserver
- Host: GitHub
- URL: https://github.com/undertow-io/undertow
- Owner: undertow-io
- License: apache-2.0
- Created: 2012-07-19T00:52:44.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T13:14:17.000Z (about 2 months ago)
- Last Synced: 2025-01-26T01:42:25.452Z (7 days ago)
- Topics: ajp, hacktoberfest, http, http-server, jakartaee, jakartaee10, java, java-nio, jboss, servlet, web, websocket, wildfly
- Language: Java
- Homepage: https://undertow.io
- Size: 26.2 MB
- Stars: 3,618
- Watchers: 192
- Forks: 1,009
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
Undertow
========
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 implementationWebsite: http://undertow.io
Issues: https://issues.redhat.com/projects/UNDERTOW
Project Lead: Flavia Rainone
Undertow Dev Group: https://groups.google.com/g/undertow-dev/
(you can access archived discussions of old undertow-dev mail list [here](http://lists.jboss.org/mailman/listinfo/undertow-dev))Zulip Chat: https://wildfly.zulipchat.com stream [#undertow](https://wildfly.zulipchat.com/#narrow/stream/174183-undertow)
Notifying Security Relevant Bugs
--------------------------------If you find a bug that has a security impact, please notify us sending an email to Red Hat SecAlert with a copy to Flavia Rainone . This will ensure the bug is properly handled without causing unnecessary negative impacts for the Undertow's user base.
You can find more information about the security procedures at [this page](https://access.redhat.com/security/team/contact "Security Contacts and Procedures").