awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • canopy-network/canopyAvatar de canopy-network

    canopy-network/canopy

    11,413Ver en 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
    Ver en GitHub↗11,413
  • techempower/frameworkbenchmarksAvatar de TechEmpower

    TechEmpower/FrameworkBenchmarks

    8,112Ver en 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
    Ver en GitHub↗8,112
  • mightymoud/sidekickAvatar de MightyMoud

    MightyMoud/sidekick

    7,465Ver en 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
    Ver en GitHub↗7,465
  • yeasy/blockchain_guideAvatar de yeasy

    yeasy/blockchain_guide

    7,069Ver en 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
    Ver en GitHub↗7,069
  • balloonwj/cppguideAvatar de balloonwj

    balloonwj/CppGuide

    6,030Ver en 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.

    Ver en GitHub↗6,030
  • superalgos/superalgosAvatar de Superalgos

    Superalgos/Superalgos

    5,536Ver en GitHub↗

    Superalgos is a cryptocurrency algorithmic trading platform used for designing, backtesting, and deploying automated trading bots. It centers on a visual strategy designer that allows users to create indicators and trading logic through a graphical interface instead of writing manual code. The platform features a token-gated signal network that enables a decentralized marketplace for broadcasting and monetizing trading intelligence. Access to these signals and predictions is managed via digital tokens and reputation scores, while a distributed trading infrastructure allows users to coordinate

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

    JavaScriptalgorithmic-tradingalgotradingbitcoin-trading
    Ver en GitHub↗5,536
  • killbill/killbillAvatar de killbill

    killbill/killbill

    5,343Ver en 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
    Ver en GitHub↗5,343
  1. Home
  2. DevOps & Infrastructure
  3. Multi-Server Application Deployments

Explorar subetiquetas

  • 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 sub-etiquetaDeploying 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.