awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesApplication Process Definitions

Configuration files that specify the types, counts, and startup commands for web servers and workers.

Distinct from Worker Process Management: Focuses on the definition and specification of processes rather than the operational management of running workers.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Application Process Definitions. Refine with filters or upvote what's useful.

Awesome Application Process Definitions GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • piku/pikupiku का अवतार

    piku/piku

    6,590GitHub पर देखें↗

    Piku is a git-based platform-as-a-service deployment tool for self-hosted application hosting. It enables the deployment of multiple web applications and background workers to private servers by automating builds and updates through git push. The system acts as an application process orchestrator and reverse proxy server manager, routing incoming HTTP traffic to specific application processes. It features a multi-language application runtime that detects programming languages from repository files to handle dependency installation and execution settings. Security is handled via an integrated

    Specifies how to run servers, workers, and tasks using a configuration file to manage different process types.

    Python
    GitHub पर देखें↗6,590
  • nginx/unitnginx का अवतार

    nginx/unit

    5,560GitHub पर देखें↗

    NGINX Unit is an open-source application server designed to natively execute code across multiple programming language runtimes and WebAssembly within a single process. It serves as a multi-language application server that can run applications written in Go, Java, Node.js, Perl, PHP, Python, Ruby, and WebAssembly side by side, without requiring separate runtime environments for each language. The server distinguishes itself through a RESTful JSON control API that enables dynamic, zero-downtime configuration changes without restarting the server. It combines event-driven asynchronous I/O with

    Launches and manages application processes across multiple language runtimes with configurable isolation.

    C
    GitHub पर देखें↗5,560
  • tsuru/tsurutsuru का अवतार

    tsuru/tsuru

    5,282GitHub पर देखें↗

    Tsuru is an open-source platform as a service for automating the build, deployment, and scaling of containerized applications. It functions as a container-based deployment engine and a management layer for Kubernetes, transforming source code into container images and coordinating their lifecycles. The platform is designed for multi-cloud infrastructure management, allowing applications to be distributed across different cloud providers and regions to increase resilience. It features a flexible deployment model that supports multi-process containers, enabling a single repository to run differ

    Allows defining specific startup commands and counts for different application components like web servers and workers.

    Go
    GitHub पर देखें↗5,282
  1. Home
  2. DevOps & Infrastructure
  3. Application Process Definitions

सब-टैग एक्सप्लोर करें

  • Multi-Language Process LaunchersLaunches and manages application processes across multiple language runtimes with configurable process counts and isolation. **Distinct from Application Process Definitions:** Distinct from Application Process Definitions: focuses on launching and managing processes across multiple languages, not just defining them.