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

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

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

7 个仓库

Awesome GitHub RepositoriesMulti-Server Application Deployments

Step-by-step instructions for compiling and deploying a set of cooperating server programs.

Distinguishing note: None of the candidates cover generic multi-server deployment instructions; they focus on specific server types (feature, V2Ray, cache).

Explore 7 awesome GitHub repositories matching devops & infrastructure · Multi-Server Application Deployments. Refine with filters or upvote what's useful.

Awesome Multi-Server Application Deployments GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • canopy-network/canopycanopy-network 的头像

    canopy-network/canopy

    11,413在 GitHub 上查看↗

    Canopy is the official Go implementation of a blockchain node that runs a recursive network architecture, enabling new blockchains to launch as dependent layers that can later graduate into fully independent security roots. The project provides a hybrid consensus mechanism that combines Byzantine fault-tolerant Proof-of-Stake with Verifiable-Delay Functions, delivering instant finality while protecting against long-range attacks through trustless chain age verification. Validators secure multiple chains simultaneously through restaking, where a single bonded stake serves as collateral across t

    Configures and runs multiple blockchain networks simultaneously on the same server using a shared validator identity.

    Goauto-scaling-architecturelayerless-blockchain-creatormesh-security-provider
    在 GitHub 上查看↗11,413
  • techempower/frameworkbenchmarksTechEmpower 的头像

    TechEmpower/FrameworkBenchmarks

    8,112在 GitHub 上查看↗

    TechEmpower FrameworkBenchmarks is an open-source project that provides a standardized, reproducible suite for measuring and comparing the performance of web frameworks across many languages. At its core, it defines a set of common server-side tasks—such as JSON serialization, database queries, and server-side template rendering—and executes them uniformly against hundreds of framework implementations to produce comparable throughput and latency metrics. The project is built around a multi-language benchmark harness that automates the full test lifecycle, from dependency installation and serve

    Coordinates separate machines for application, database, and load generation during benchmark runs.

    C++benchmarkframeworkframeworkbenchmarks
    在 GitHub 上查看↗8,112
  • mightymoud/sidekickMightyMoud 的头像

    MightyMoud/sidekick

    7,465在 GitHub 上查看↗

    Sidekick is a command-line tool that provisions bare VPS servers, transfers Docker images, manages secrets, and orchestrates zero-downtime deployments across single or multiple server instances. It handles the full deployment pipeline from a local machine, building container images locally and transferring them directly to the server without requiring a remote container registry. The tool distinguishes itself through an integrated approach to security and automation. It encrypts environment variables locally using SOPS and Age keys, then decrypts them on the server at deploy time for runtime

    Coordinates deployments and infrastructure across several VPS instances from a single control point.

    Godeploymentherokuself-host
    在 GitHub 上查看↗7,465
  • yeasy/blockchain_guideyeasy 的头像

    yeasy/blockchain_guide

    7,069在 GitHub 上查看↗

    This is an educational resource that provides a comprehensive guide to blockchain and distributed ledger technologies, covering everything from fundamental concepts to practical deployment. The guide systematically explains the core architecture of blockchain systems, including consensus-based distributed ledgers, cryptographic hash chains, Merkle trees, and smart contract execution engines, while also detailing permissioned channel architectures and modular service platforms for enterprise use. The resource distinguishes itself by offering a dual-track learning path that serves both non-tech

    Provides instructions for deploying a Hyperledger Fabric network across multiple servers.

    Gobitcoinblockchainbook
    在 GitHub 上查看↗7,069
  • balloonwj/cppguideballoonwj 的头像

    balloonwj/CppGuide

    6,030在 GitHub 上查看↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    Provides step-by-step instructions to compile and deploy a set of cooperating server programs.

    在 GitHub 上查看↗6,030
  • superalgos/superalgosSuperalgos 的头像

    Superalgos/Superalgos

    5,536在 GitHub 上查看↗

    Superalgos 是一个加密货币算法交易平台,用于设计、回测和部署自动化交易机器人。它以一个可视化策略设计器为中心,允许用户通过图形界面而不是编写手动代码来创建指标和交易逻辑。 该平台具有一个令牌门控信号网络,实现了一个用于广播和货币化交易情报的去中心化市场。对这些信号和预测的访问通过数字令牌和声誉分数进行管理,而分布式交易基础设施允许用户在多个服务器网络上协调数据挖掘和高频执行。 该系统涵盖了广泛的功能,包括历史回测引擎、自动化市场数据挖掘和实时交易执行。它结合了用于模式识别的机器学习,并提供可视化调试工具来追踪活跃机器人的内部运行时状态。 该基础设施支持自托管部署,允许用户在本地运行环境,以保持对资金、密钥和策略的控制。

    Deploys trading infrastructure across a coordinated network of local or remote servers for high availability.

    JavaScriptalgorithmic-tradingalgotradingbitcoin-trading
    在 GitHub 上查看↗5,536
  • killbill/killbillkillbill 的头像

    killbill/killbill

    5,343在 GitHub 上查看↗

    Kill Bill is a subscription billing platform and usage-based billing engine designed to manage recurring invoicing and automated payment collection. It functions as a multi-tenant billing infrastructure, providing isolated environments for different organizational entities through a dedicated API. The system is distinguished by a plugin-based extension framework that allows for the integration of third-party payment gateways and custom business logic. It includes a payment gateway orchestrator to handle transactions and refunds, as well as a revenue recognition system to allocate contract rev

    Distributes the application across multiple server instances and a managed database for scalability.

    Javabillingkillbillpayments
    在 GitHub 上查看↗5,343
  1. Home
  2. DevOps & Infrastructure
  3. Multi-Server Application Deployments

探索子标签

  • Benchmark Role DistributionCoordinates separate machines for application hosting, database serving, and load generation during a test run. **Distinct from Multi-Server Application Deployments:** Distinct from Multi-Server Application Deployments: focuses on distributing benchmark roles, not general application deployment.
  • Multi-Server Blockchain Deployments1 个子标签Deploying a blockchain network across multiple servers for enterprise-grade operations. **Distinct from Multi-Server Application Deployments:** Distinct from Multi-Server Application Deployments: focuses on blockchain network deployment across servers, not general multi-server applications.