awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesServlet Container Implementations

Implements the Jakarta Servlet specification with a modular pipeline architecture for request processing.

Distinct from Embedded Servlet Integrations: Distinct from Embedded Servlet Integrations: focuses on the standalone servlet container implementation, not embedding into other servers.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Servlet Container Implementations. Refine with filters or upvote what's useful.

Awesome Servlet Container Implementations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • apache/tomcatAvatar von apache

    apache/tomcat

    8,186Auf GitHub ansehen↗

    Apache Tomcat is an open-source implementation of the Jakarta Servlet, Pages, Expression Language, and WebSocket specifications, serving as a container for running Java web applications. It provides a modular architecture with a servlet container, connector abstraction for multiple I/O models, and a pipeline-based request processing system that handles cross-cutting concerns through composable components. The server supports container-managed security with configurable realms for authentication against JDBC, LDAP, or memory-based credential stores, and offers TLS encryption with optional Open

    Implements the Jakarta Servlet specification with a modular pipeline architecture for request processing.

    Javahttpjavajavaee
    Auf GitHub ansehen↗8,186
  • undertow-io/undertowAvatar von undertow-io

    undertow-io/undertow

    3,748Auf GitHub ansehen↗

    Undertow is a Java HTTP web server and non-blocking I/O server implementation. It functions as a Jakarta Servlet container and a WebSocket server, providing the infrastructure to execute standardized servlet components and maintain persistent full-duplex communication channels for real-time data exchange. The project is characterized by an asynchronous architecture that utilizes a non-blocking I/O model to handle large numbers of concurrent connections. It incorporates buffer-pooling mechanisms and zero-copy data transfers to reduce memory allocation and garbage collection pressure. The syst

    Implements the Jakarta Servlet specification using a modular pipeline architecture for request processing.

    Javaajphacktoberfesthttp
    Auf GitHub ansehen↗3,748
  • validator/validatorAvatar von validator

    validator/validator

    1,951Auf GitHub ansehen↗

    The validator repository contains an open-source markup validation engine that checks HTML, CSS, and SVG documents for conformance against official W3C web standards. It operates both as a command-line utility for batch processing local files and remote URLs, and as a standalone web server and HTTP API for browser-based and remote document conformance checking. The software utilizes a rule-based conformance engine and event-driven stream parsing to evaluate document structures, syntax trees, and web accessibility guidelines. It provides URL parsing and normalization utilities that validate i

    Hosts an HTTP server interface using standard servlet containers to process remote validation requests.

    Javadevtoolshtml-checkerhtml-linter
    Auf GitHub ansehen↗1,951
  1. Home
  2. DevOps & Infrastructure
  3. Custom Server Script Integration
  4. Embedded Servlet Integrations
  5. Servlet Container Implementations