awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesProduction Process Management

Tools for managing background server processes, logging, and ensuring high availability in production.

Distinct from Background Process Management: Existing candidates focused on OS-level power management or AI agent execution; this is general server process management.

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

Awesome Production Process Management GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • verekia/js-stack-from-scratchverekia 的头像

    verekia/js-stack-from-scratch

    20,179在 GitHub 上查看↗

    This project is a JavaScript full-stack tutorial providing a step-by-step guide to building a complete web application from scratch. It focuses on the manual implementation of a custom JavaScript toolchain, encompassing the development of a server-side rendering workflow and a client-side state manager. The project distinguishes itself by implementing core development utilities without high-level frameworks, including custom solutions for bundling, transpilation, linting, and hot module replacement. It also features a real-time communication system based on WebSockets for bidirectional messag

    Runs server processes in the background with logging to maintain high availability in production.

    JavaScript
    在 GitHub 上查看↗20,179
  • cnodejs/nodeclubcnodejs 的头像

    cnodejs/nodeclub

    9,303在 GitHub 上查看↗

    Nodeclub 是一个自托管的社区论坛和公告板系统,构建为 Node.js Web 应用程序。它作为托管社交社区和管理用户讨论的平台。 该软件集成了基于 Markdown 的内容管理系统,用于创作富文本帖子。它包括用于用户账户管理、注册和管理员账户激活的工具,以控制平台访问。 该系统通过 HTML 清洗和帖子提交速率限制提供内容审核。其他功能包括自动电子邮件通知、Google Analytics 集成以及用于编译项目资产的构建流水线。 生产环境部署通过进程管理来支持,以保持高可用性。

    Employs a background process manager to maintain high availability and automatic restarts in production.

    JavaScript
    在 GitHub 上查看↗9,303
  • ddollar/foremanddollar 的头像

    ddollar/foreman

    6,153在 GitHub 上查看↗

    Manage Procfile-based applications

    Generates systemd, upstart, and runit configuration files from a Procfile for production deployment.

    Ruby
    在 GitHub 上查看↗6,153
  1. Home
  2. DevOps & Infrastructure
  3. Production Process Management

探索子标签

  • Procfile-Based ExportersGenerates configuration files for production process managers like systemd or upstart from a Procfile definition. **Distinct from Production Process Management:** Distinct from Production Process Management: focuses on generating configuration files from a Procfile, not runtime management of production processes.
  • Procfile-Based ExportsGenerates init-style configuration files (systemd, upstart, runit) from a Procfile for production deployment. **Distinct from Production Process Management:** Distinct from Production Process Management: focuses on generating configuration files from a Procfile, not runtime management of production processes.