awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Backend and Service Orchestration · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesBackend and Service Orchestration

Architectural patterns for request processing, service modularity, and system-level process management.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Backend and Service Orchestration. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Framework Architectures
  4. Backend and Service Orchestration

Awesome Backend and Service Orchestration GitHub Repositories

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

    electron/electron

    120,164GitHubView on GitHub↗

    This framework provides a multi-process architecture for building desktop applications using web technologies. It manages the application lifecycle, window states, and system-level integrations through a primary entry point, while isolating web content in separate rendering processes to maintain stability and security.

    C++c-plus-pluschromecss
  • spring-projects/spring-boot

    spring-projects/spring-boot

    80,046GitHubView on GitHub↗

    Spring Boot is an opinionated application framework designed to streamline the creation of production-ready services. It functions as a comprehensive development platform that utilizes a centralized dependency injection container to manage object lifecycles and wiring. By employing convention-over-configuration, the fr

    Javaframeworkjavaspring
  • 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

Explore sub-tags

  • Auto-Configuration MechanismsSystem features that automatically detect and apply optimal settings based on the environment or detected dependencies.
  • Main Process ManagementTools that monitor, restart, and manage the lifecycle of primary application processes in production environments.
  • Micro Web FrameworksMinimalist software libraries designed to handle HTTP requests and routing with a small footprint.