awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Application Servers · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesApplication Servers

Software environments that serve web applications and connect them to clients using standard-compliant interfaces and asynchronous workers.

Explore 3 awesome GitHub repositories matching web development · Application Servers. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Web Infrastructure and Deployment
  4. Web Infrastructure & Servers
  5. Application Servers

Awesome Application Servers GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • vitejs/vite

    vitejs/vite

    78,295GitHubView on GitHub↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d

    TypeScriptbuild-tooldev-serverfrontend
  • pallets/flask

    pallets/flask

    71,240GitHubView on GitHub↗

    Flask is a micro web framework designed for building web services with a flexible, lightweight structure. It functions as a standard-compliant WSGI application server, providing the essential tools required to register URL routes, handle incoming HTTP requests, and construct responses. By utilizing a central applicatio

    Pythonflaskjinjapallets
  • apache/superset

    apache/superset

    70,587GitHubView on GitHub↗

    Superset is a web-based business intelligence platform designed for data exploration, visualization, and interactive dashboarding. It functions as a query-driven analytics engine that connects to various SQL databases, allowing users to perform ad-hoc analysis, define virtual metrics, and build complex data visualizati

    TypeScriptanalyticsapacheapache-superset

Explore sub-tags

  • WSGI Application ServersStandard-compliant interfaces that translate HTTP requests into executable application code.
  • WSGI ServersWeb server gateways that interface between web servers and Python web applications.