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

2 repos

Awesome GitHub RepositoriesBackend and Service Orchestration

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

Explore 2 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. Software Architecture
  4. Architectural Patterns
  5. Backend & Enterprise Systems
  6. 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.

    Coordinates system-level APIs, window lifecycles, and desktop integration through a centralized main process.

    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

    Detects classpath dependencies and environment settings to automatically configure and instantiate necessary application components.

    Javaframeworkjavaspring

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.