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

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

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

jetty/jetty.project

0
View on GitHub↗
4,085 نجوم·2,003 تفرعات·Java·9 مشاهداتjetty.org↗

Jetty.project

Jetty هو خادم HTTP مضمن وحاوية Java web servlet مصممة للتعامل مع طلبات الويب الواردة. يعمل كخادم شبكة خفيف الوزن يمكن دمجه مباشرة في تطبيقات Java أو الأجهزة، مما يوفر بيئة تشغيل لاستضافة تطبيقات الويب و servlets الخاصة بـ Java.

ينفذ المشروع محرك خدمة ويب متعدد البروتوكولات مع دعم لـ HTTP/1 و HTTP/2 و HTTP/3. كما يتضمن تنفيذ خادم WebSocket لتبادل البيانات في الوقت الفعلي وبشكل ثنائي الاتجاه بين العملاء والخوادم، إلى جانب عميل HTTP بلغة Java لاستهلاك خدمات الويب.

يدعم الخادم استضافة إصدارات متعددة من نفس التطبيق جنباً إلى جنب، ويوفر القدرة على تضمين مكونات الخادم داخل أطر عمل أكبر لتوفير استضافة قابلة للتوسع.

Features

  • Embedded Server Runtimes - Functions as a self-contained execution environment that bundles the web server directly into a Java application.
  • Embedded Servers - Run a network server directly inside an application to handle requests without requiring separate standalone software.
  • Jakarta Servlet Containers - Provides a full runtime environment that implements Jakarta Servlet specifications for hosting Java web applications.
  • Asynchronous Network Servers - Implements a non-blocking server architecture to handle thousands of concurrent connections with minimal worker threads.
  • Web Protocol Implementations - Implements standard communication rules to ensure reliable data exchange between clients and servers.
  • Embedded Web Servers - Provides a lightweight HTTP server designed to be integrated directly into larger application processes.
  • Multi-Protocol HTTP Serving - Serves applications over multiple HTTP versions including HTTP/1, HTTP/2, and HTTP/3.
  • Request Handler Chains - Processes incoming network requests through a sequential chain of specialized handlers and middleware.
  • Web Application Hosting - Processes network requests and runs web applications using a scalable execution engine.
  • WebSocket Servers - Provides a full-duplex WebSocket server implementation for real-time, bidirectional data exchange between clients and servers.
  • HTTP/3 Implementations - Implements the HTTP/3 protocol over QUIC for high-performance web traffic.
  • Pluggable Protocol Implementations - Supports swapping communication logic between HTTP/1, HTTP/2, and HTTP/3 using a common interface.
  • Java HTTP Clients - Ships a library for sending network requests and consuming web services from within a Java environment.
  • Application Isolation - Provides isolation for multiple web applications through distinct configuration contexts and class loaders.
  • Real-Time Communication - Enables real-time, full-duplex data exchange between clients and servers via WebSockets.
  • Real-Time Data Streaming - Establishes full-duplex communication channels using WebSockets to push live server-side data updates to clients.
  • Side-by-Side Application Versioning - Supports hosting different versions of the same application side by side using unique environment properties.
  • Embedded Server Hosting - Allows core server environments to be integrated into hardware devices or larger frameworks for hosting.

سجل النجوم

مخطط تاريخ النجوم لـ jetty/jetty.projectمخطط تاريخ النجوم لـ jetty/jetty.project

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Jetty.project

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Jetty.project.
  • salvo-rs/salvoالصورة الرمزية لـ salvo-rs

    salvo-rs/salvo

    4,376عرض على GitHub↗

    Salvo is a comprehensive Rust web framework for building asynchronous HTTP servers and web applications. It features a hierarchical web router that uses a tree-based structure to map requests to handlers and an asynchronous middleware pipeline based on the onion model for request and response pre- and post-processing. The framework is distinguished by its native support for modern network protocols, including a QUIC-based HTTP/3 implementation alongside HTTP/1 and HTTP/2. It includes an integrated OpenAPI documentation generator that extracts schemas directly from handler signatures to produc

    Rustasyncframeworkhttp-server
    عرض على GitHub↗4,376
  • nanohttpd/nanohttpdالصورة الرمزية لـ NanoHttpd

    NanoHttpd/nanohttpd

    7,215عرض على GitHub↗

    NanoHTTPD is a lightweight, embeddable HTTP server for Java applications. It allows developers to integrate web server capabilities directly into a Java project to handle incoming requests without requiring a standalone installation. The project provides specialized implementations for an HTTPS web server, a WebSocket server for bidirectional real-time communication, and a static file web server. These capabilities enable secure network traffic through SSL certificates and the delivery of local files with automatic MIME type detection. The server includes systems for request routing and hand

    Java
    عرض على GitHub↗7,215
  • roadrunner-server/roadrunnerالصورة الرمزية لـ roadrunner-server

    roadrunner-server/roadrunner

    8,473عرض على GitHub↗

    RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a persistent worker model. It eliminates bootload overhead and initialization time by keeping application processes alive between requests, acting as a protocol-agnostic proxy that routes traffic to a pool of supervised workers. The server is built with a plugin-based modular architecture, allowing it to be extended with custom Go plugins and compiled into tailored binaries. It distinguishes itself by providing a unified execution model for a wide array of communication protocols,

    Goapplication-servergolanghacktoberfest
    عرض على GitHub↗8,473
  • p2r3/bareironالصورة الرمزية لـ p2r3

    p2r3/bareiron

    4,099عرض على GitHub↗

    Bareiron is a minimalist environment for hosting multiplayer game servers on low-power, memory-constrained devices. It functions as a Minecraft server optimizer designed to provide basic connectivity for remote players while operating on embedded hardware with limited system resources. The software includes a hardware performance tuner that allows for the disabling of intensive game mechanics and resource-heavy features to prevent system crashes. It also incorporates a network traffic controller to adjust broadcast frequencies and tick rates, reducing bandwidth consumption and lag. The syste

    C
    عرض على GitHub↗4,099
عرض جميع البدائل الـ 30 لـ Jetty.project→

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

ما هي وظيفة jetty/jetty.project؟

Jetty هو خادم HTTP مضمن وحاوية Java web servlet مصممة للتعامل مع طلبات الويب الواردة. يعمل كخادم شبكة خفيف الوزن يمكن دمجه مباشرة في تطبيقات Java أو الأجهزة، مما يوفر بيئة تشغيل لاستضافة تطبيقات الويب و servlets الخاصة بـ Java.

ما هي الميزات الرئيسية لـ jetty/jetty.project؟

الميزات الرئيسية لـ jetty/jetty.project هي: Embedded Server Runtimes, Embedded Servers, Jakarta Servlet Containers, Asynchronous Network Servers, Web Protocol Implementations, Embedded Web Servers, Multi-Protocol HTTP Serving, Request Handler Chains.

ما هي البدائل مفتوحة المصدر لـ jetty/jetty.project؟

تشمل البدائل مفتوحة المصدر لـ jetty/jetty.project: salvo-rs/salvo — Salvo is a comprehensive Rust web framework for building asynchronous HTTP servers and web applications. It features a… nanohttpd/nanohttpd — NanoHTTPD is a lightweight, embeddable HTTP server for Java applications. It allows developers to integrate web server… roadrunner-server/roadrunner — RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a… p2r3/bareiron — Bareiron is a minimalist environment for hosting multiplayer game servers on low-power, memory-constrained devices. It… javalin/javalin — Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It… ninenines/cowboy — Cowboy is a high-performance HTTP server for Erlang and OTP. It is designed to handle web traffic with low memory…