awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
phusion avatar

phusion/passenger

0
View on GitHub↗
5,084 Stars·559 Forks·C++·MIT·4 Aufrufewww.phusionpassenger.com↗

Passenger

Passenger is a multitenant web server and dynamic process manager designed to host and manage web applications written in Ruby, Python, and Node.js. It functions as an application server that handles process and resource management, ensuring that multiple independent applications can run on a single server instance.

The project distinguishes itself through a flexible deployment model, capable of operating as a self-contained standalone web server or as an integration module for existing high-performance external web servers. It employs a language-agnostic interface to provide polyglot hosting and utilizes a multitenant architecture to optimize system resource usage.

Core capabilities include automated process management with dynamic scaling based on real-time traffic and a supervision system that automatically restarts crashed processes. The server also provides reverse-proxy load balancing to distribute requests to the least busy available process, alongside tools for health monitoring and log capture.

Server behavior and settings can be defined via a dedicated configuration file or command line arguments.

Features

  • Application Multitenancy - Provides a multitenant architecture that runs multiple independent applications as separate operating system processes on one server.
  • Application Servers - Functions as a multitenant application server that hosts multiple independent web applications on a single server instance.
  • Application Process Lifecycles - Launches applications as external processes and automatically restarts them if they crash to ensure high availability.
  • Plugin or Standalone Modes - Can operate as either a standalone web server or as a plugin module for an external server.
  • Process Managers - Acts as a dynamic process manager that automatically scales application instances based on real-time traffic.
  • Process Scaling - Provides dynamic scaling of application processes based on real-time traffic to optimize system resource usage.
  • Supervised Process Restarts - Includes a supervision system that monitors application worker health and automatically restarts crashed processes.
  • Multi-Language Application Servers - Supports multiple language runtimes including Ruby, Python, and Node.js within a single application server.
  • Polyglot Application Interfaces - Implements a language-agnostic interface to host applications written in Ruby, Python, and Node.js on a single server.
  • Process Supervision - Monitors application worker health and automatically restarts crashed processes to ensure high availability.
  • Multi-Tenant Application Hosting - Hosts multiple independent web applications on a single server simultaneously using a multitenant architecture.
  • Standalone Web Servers - Operates as a self-contained standalone web server to serve applications independently.
  • Web Application Hosting - Handles incoming HTTP requests and manages the processes required to serve web applications in various languages.
  • Polyglot Application Hosting - Provides language-agnostic hosting for web applications written in Ruby, Python, and Node.js.
  • Web Server Hosting - Manages HTTP requests and application processes for multiple programming languages through various web server integrations.
  • Multitenant - Employs a multitenant architecture to run multiple independent applications on a single server instance.
  • Graceful Application Restarts - Allows refreshing the application process to apply code changes immediately without restarting the entire server.
  • Server Configurations - Allows definition of server behavior, such as ports and addresses, via configuration files or command line arguments.
  • Multi-Application Load Balancers - Distributes incoming HTTP requests to the least busy available application process to balance load across a multitenant server.
  • Web Application Deployments - Automates the deployment and operation of web services to improve scalability and reliability across environments.
  • Web Server Integrations - Functions as an integration module for existing high-performance web servers to manage application lifecycles.
  • HTTP Reverse Proxies - Includes a reverse-proxy load balancer that distributes incoming HTTP requests to the least busy application process.
  • Application Logging - Collects server-level events and application output into dedicated log files and the terminal for debugging.
  • Application Health Monitors - Tracks the performance and stability of running application processes using administration and diagnosis tools.
  • Standalone Server Modes - Can operate as a self-contained standalone web server independently of an external web server suite.
  • Process Management - Process manager with direct Nginx integration.

Star-Verlauf

Star-Verlauf für phusion/passengerStar-Verlauf für phusion/passenger

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht phusion/passenger?

Passenger is a multitenant web server and dynamic process manager designed to host and manage web applications written in Ruby, Python, and Node.js. It functions as an application server that handles process and resource management, ensuring that multiple independent applications can run on a single server instance.

Was sind die Hauptfunktionen von phusion/passenger?

Die Hauptfunktionen von phusion/passenger sind: Application Multitenancy, Application Servers, Application Process Lifecycles, Plugin or Standalone Modes, Process Managers, Process Scaling, Supervised Process Restarts, Multi-Language Application Servers.

Welche Open-Source-Alternativen gibt es zu phusion/passenger?

Open-Source-Alternativen zu phusion/passenger sind unter anderem: nginx/unit — NGINX Unit is an open-source application server designed to natively execute code across multiple programming language… piku/piku — Piku is a git-based platform-as-a-service deployment tool for self-hosted application hosting. It enables the… benoitc/gunicorn — Gunicorn is a production-grade WSGI HTTP server designed for deploying Python web applications. It functions as a… puma/puma — Puma is a concurrent HTTP server for Ruby applications that implements the Rack interface. It operates as a clustered… dodyg/practical-aspnetcore — This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of… darthsim/overmind — Overmind is a process manager for starting and monitoring multiple background processes defined in a Procfile. It…

Open-Source-Alternativen zu Passenger

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Passenger.
  • nginx/unitAvatar von nginx

    nginx/unit

    5,560Auf GitHub ansehen↗

    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

    C
    Auf GitHub ansehen↗5,560
  • piku/pikuAvatar von piku

    piku/piku

    6,590Auf GitHub ansehen↗

    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

    Python
    Auf GitHub ansehen↗6,590
  • benoitc/gunicornAvatar von benoitc

    benoitc/gunicorn

    10,443Auf GitHub ansehen↗

    Gunicorn is a production-grade WSGI HTTP server designed for deploying Python web applications. It functions as a process manager that utilizes a pre-fork worker model, where a master process initializes the application and spawns multiple child processes to handle incoming requests in parallel. This architecture ensures high performance and stability by isolating application execution within persistent worker processes. The server distinguishes itself through its flexible concurrency models and robust process lifecycle management. It supports interchangeable worker types, including synchrono

    Pythonhttphttp-serverpython
    Auf GitHub ansehen↗10,443
  • puma/pumaAvatar von puma

    puma/puma

    7,878Auf GitHub ansehen↗

    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

    Rubymultithreadingrackruby
    Auf GitHub ansehen↗7,878
  • Alle 30 Alternativen zu Passenger anzeigen→