awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nginx avatar

nginx/unitArchived

0
View on GitHub↗
unit.nginx.org↗

Unit

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 process-based language isolation, separating each application runtime into its own OS process for security and stability. Unit also integrates WebAssembly support using the WASI 0.2 interface, allowing components compiled from Rust or C to run as application handlers, and supports JavaScript expression evaluation in configuration values for dynamic routing and header manipulation.

Beyond its core application hosting capabilities, Unit provides comprehensive traffic management features including weighted round-robin load balancing, dynamic request routing based on URL, headers, or cookies, and static file serving with chrooting for security. It manages SSL/TLS certificates through the control API with support for SNI, session cache, and automated renewal via Certbot. The server also offers monitoring and observability through real-time metrics and access logging, along with tools for application lifecycle management, container deployment, and configuration automation.

Official binary packages are available for major Linux distributions, macOS, and Node.js, with additional community-maintained packages for Alpine, Arch, FreeBSD, and Gentoo.

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

Features

  • Multi-Language Runtime Support - Hosts applications in multiple programming languages and versions side by side within a single server process.
  • Multi-Language Application Servers - Runs applications written in Go, Java, Node.js, Perl, PHP, Python, Ruby, and WebAssembly side by side without separate runtimes.
  • Server TLS Encryption - Supports SSL/TLS with SNI, session cache, and tickets using OpenSSL to secure client connections.
  • Application Runtimes - Runs application code across multiple programming language runtimes within a single server process.
  • Multi-Language Process Launchers - Launches and manages application processes across multiple language runtimes with configurable isolation.
  • Node.js Runtimes - Serves Node.js applications by specifying the executable and working directory in the configuration.
  • Application Process Lifecycles - Manages starting, stopping, and gracefully restarting application processes across multiple language runtimes.
  • HTTP Request Forwarders - Forwards incoming HTTP requests to external servers via IPv4, IPv6, or UNIX sockets.
  • HTTP Request Routing - Directs incoming HTTP requests to different handlers based on URL, headers, cookies, or other request properties.
  • REST API Configuration Managers - Manages all server configuration dynamically through a RESTful JSON API for zero-downtime updates.
  • REST API Configurations - Changes server settings and application deployments on the fly through HTTP API calls without restarts.
  • Runtime Configuration Servers - Accepts runtime configuration changes through a RESTful JSON API without requiring restarts.
  • Conditional Routing - Filters requests through match conditions to dispatch to applications, static files, or proxies.
  • Python Runtimes - Serves Python WSGI applications by specifying the module and path in the configuration.
  • Application Runtimes - Provides a runtime adapter that serves PHP applications with configurable php.ini settings.
  • Multi-Language Application Servers - Natively executes code across multiple programming language runtimes within a single process.
  • PHP Applications - Serves PHP applications by specifying the root directory in the configuration.
  • Application Runtimes - Executes WebAssembly modules using the WASI 0.2 interface as application runtimes.
  • Application Runtimes - Provides a runtime adapter that runs WebAssembly components as application handlers with filesystem access.
  • Application Runtimes - Provides a runtime adapter that runs Python WSGI or ASGI applications with virtual environment support.
  • Security Isolation Mechanisms - Separates client connections, apps, and static file serving into isolated processes with optional namespace isolation.
  • Application Configuration - Sets per-application options such as environment variables, working directory, user, and group for the runtime.
  • Asynchronous Request Processing - Processes requests asynchronously using efficient event loops and low-latency IPC for maximum performance.
  • Multi-Language Process Isolations - Separates each application runtime into its own OS process for security and stability.
  • Event-Driven I/O - Processes requests asynchronously using efficient event loops and low-latency IPC for maximum performance.
  • Application Runtimes - Serves WebAssembly components or modules compiled from Rust or C by specifying the component path.
  • Go Web Applications - Serves Go web applications by specifying the executable and working directory in the configuration.
  • Application Runtimes - Provides a runtime adapter that runs Go applications within a multi-language application server.
  • Application Runtimes - Serves Java web applications by specifying the webapp directory in the configuration.
  • Application Runtimes - Provides a runtime adapter that deploys and runs Java web applications from WAR files.
  • Rack Application Servers - Serves Ruby Rack applications by specifying the script and working directory in the configuration.
  • Application Runtimes - Provides a runtime adapter that runs Ruby Rack applications with lifecycle hooks.
  • Application Runtimes - Provides a runtime adapter that runs Node.js applications without code changes.
  • Graceful Application Restarts - Restarts applications gracefully, allowing old processes to finish requests while new ones start.
  • Request Path Rewriters - Modifies request URIs before forwarding, preserving query strings for backend routing.
  • Server-Side WebAssembly Application Hosting - Runs WebAssembly components compiled from Rust or C as server-side application handlers using the WASI 0.2 interface.
  • Application Server Container Deployments - Deploys the application server inside Docker containers for isolated and portable deployments.
  • Official Docker Images - Provides official Docker images with single-language or minimal configurations for containerized deployments.
  • API-Triggered - Triggers graceful application restarts through the control API without stopping the server.
  • Dynamic Reverse Proxies - Routes and proxies HTTP requests to upstream servers with load balancing and URI rewriting.
  • Weighted Load Balancing - Distributes traffic across upstream servers using weighted round-robin load balancing.
  • Advanced Matching Rules - Supports regular expressions, response headers, and scripting for complex request matching.
  • Configuration Expression Evaluators - Evaluates JavaScript template literals in configuration values for dynamic routing and header manipulation.
  • Perl Application Runtimes - Provides a runtime adapter that runs Perl PSGI applications with configurable thread settings.
  • Server-Side WebAssembly Runtimes - Executes WebAssembly components using the WASI 0.2 interface as application runtimes.
  • WASI Program Execution - Executes WebAssembly modules using the WASI 0.2 interface as application runtimes.
  • SSL/TLS Certificate Management - Manages SSL/TLS certificates through the control API with support for SNI, session cache, and tickets.
  • TLS Certificate Configuration - References an uploaded certificate bundle in a listener's TLS configuration to enable encrypted HTTPS connections.
  • Request-Time Variable Substitutions - References built-in variables in configuration to dynamically compute request destinations and headers.
  • Server Instance Metrics - Exposes real-time connection, request, and process statistics via a dedicated read-only API endpoint.
  • Server Status Monitors - Provides a dedicated API endpoint for querying real-time server status and health metrics.
  • Framework-Specific App Configurations - Configures applications built with Django, Flask, Express, and Laravel to run on the server.
  • Instant HTTP Responses - Responds immediately with an arbitrary HTTP status code and an optional redirect location.
  • Response Header Modifiers - Adds, updates, or removes response headers dynamically before sending to clients.
  • HTTP Timeouts & Limits - Provides centralized tuning of HTTP timeouts, body size limits, and MIME types for the server.
  • JavaScript Expression Routings - Evaluates JavaScript expressions on request properties to dynamically route traffic.
  • Static Asset Serving - Delivers static files directly from the filesystem without requiring an application runtime.
  • Filesystem Static File Servings - Serves static files directly from the filesystem with index file support and chrooting for security.
  • Popular Web App Configurations - Configures popular web applications like WordPress, Drupal, and Nextcloud to run on the server.
  • Service Mesh - Lightweight application server for dynamic distributed apps.
5,560 نجوم·371 تفرعات·C·Apache-2.0·8 مشاهدات

سجل النجوم

مخطط تاريخ النجوم لـ nginx/unitمخطط تاريخ النجوم لـ nginx/unit

بدائل مفتوحة المصدر لـ Unit

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Unit.
  • haproxy/haproxyالصورة الرمزية لـ haproxy

    haproxy/haproxy

    6,344عرض على GitHub↗

    HAProxy is a high-performance TCP and HTTP proxy that distributes traffic across multiple backend servers to ensure availability and fault tolerance for critical services. It operates in either TCP or HTTP mode, with an event-driven, single-threaded reactor that handles tens of thousands of connections without context switching, and supports kernel-level data transfer to minimize memory usage and latency. What distinguishes HAProxy is its configuration-file-first design, where all load-balancing rules and runtime behavior are defined in a declarative text file parsed at startup. It embeds a L

    Ccachecachingddos-mitigation
    عرض على GitHub↗6,344
  • chimurai/http-proxy-middlewareالصورة الرمزية لـ chimurai

    chimurai/http-proxy-middleware

    11,132عرض على GitHub↗

    This project is a Node.js HTTP reverse proxy middleware designed to route incoming HTTP and WebSocket traffic to target backend services. It functions as a dynamic routing engine and API gateway tool, providing the capability to consolidate multiple backend services behind a single entry point. The middleware features a WebSocket proxy bridge that manages protocol upgrade handshakes to maintain persistent bidirectional communication. It also includes a request and response transformer used to intercept and modify headers, bodies, and URL paths during transit. The system provides broad traffi

    TypeScript
    عرض على GitHub↗11,132
  • yedf2/handyالصورة الرمزية لـ yedf2

    yedf2/handy

    4,653عرض على GitHub↗

    Handy is a C++11 network server framework and event-driven networking engine designed for building high-performance concurrent TCP and UDP servers. It functions as an asynchronous I/O library and an HTTP server implementation that separates asynchronous network I/O from synchronous business logic to simplify server development. The framework distinguishes itself by utilizing platform-specific event notifications to manage millions of simultaneous network connections and providing an SSL/TLS network wrapper for encrypted asynchronous data transmission. It implements a half-sync/half-async proc

    C++cc-plus-plusconcurrent-programming
    عرض على GitHub↗4,653
  • phusion/passengerالصورة الرمزية لـ phusion

    phusion/passenger

    5,084عرض على GitHub↗

    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

    C++application-serverappservercloud
    عرض على GitHub↗5,084
عرض جميع البدائل الـ 30 لـ Unit→

الأسئلة الشائعة

ما هي وظيفة nginx/unit؟

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.

ما هي الميزات الرئيسية لـ nginx/unit؟

الميزات الرئيسية لـ nginx/unit هي: Multi-Language Runtime Support, Multi-Language Application Servers, Server TLS Encryption, Application Runtimes, Multi-Language Process Launchers, Node.js Runtimes, Application Process Lifecycles, HTTP Request Forwarders.

ما هي البدائل مفتوحة المصدر لـ nginx/unit؟

تشمل البدائل مفتوحة المصدر لـ nginx/unit: haproxy/haproxy — HAProxy is a high-performance TCP and HTTP proxy that distributes traffic across multiple backend servers to ensure… yedf2/handy — Handy is a C++11 network server framework and event-driven networking engine designed for building high-performance… chimurai/http-proxy-middleware — This project is a Node.js HTTP reverse proxy middleware designed to route incoming HTTP and WebSocket traffic to… phusion/passenger — Passenger is a multitenant web server and dynamic process manager designed to host and manage web applications written… javastacks/spring-boot-best-practice — This project serves as a comprehensive reference architecture and a guide to best practices for developing scalable… servicestack/servicestack — ServiceStack is a high-performance .NET web framework designed for building type-safe APIs using strongly-typed…