awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesRack Application Servers

HTTP servers that implement the Rack interface to host Ruby web applications.

Distinct from Web Application Hosting: The candidates focus on AI deployment or general cloud hosting, whereas this is about the specific Rack server interface.

Explore 2 awesome GitHub repositories matching web development · Rack Application Servers. Refine with filters or upvote what's useful.

Awesome Rack Application Servers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • puma/pumaAvatar puma

    puma/puma

    7,878Vezi pe GitHub↗

    Puma is a concurrent HTTP server for Ruby applications that implements the Rack interface. It operates as a clustered web server, using a combination of worker processes and threads to handle multiple simultaneous web connections via TCP ports or UNIX domain sockets. The server features a master-worker process model that utilizes multiple CPU cores and employs copy-on-write preloading to reduce memory usage. It supports zero-downtime restarts through socket-handover capabilities, allowing application updates without dropping pending network requests. The project includes a token-authenticate

    Provides a concurrent HTTP server designed specifically to host Ruby web applications adhering to the Rack interface.

    Rubymultithreadingrackruby
    Vezi pe GitHub↗7,878
  • nginx/unitAvatar nginx

    nginx/unit

    5,560Vezi pe GitHub↗

    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

    Provides a runtime adapter that runs Ruby Rack applications with lifecycle hooks.

    C
    Vezi pe GitHub↗5,560
  1. Home
  2. Web Development
  3. Rack Application Servers

Explorează sub-etichetele

  • Application RuntimesExecution environments that run Ruby Rack applications within a multi-language application server. **Distinct from Rack Application Servers:** Distinct from Rack Application Servers: this is a runtime that hosts Ruby applications, not a dedicated Rack server.