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

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

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

Rust WebSocket Libraries

تم تحديث الترتيب في 13 يوليو 2026

For a library for implementing WebSockets in Rust, the strongest matches are snapview/tokio-tungstenite (This library provides a high-performance, asynchronous WebSocket implementation built), actix/actix-web (Actix Web is a high-performance asynchronous web framework that) and seanmonstar/warp (Warp is a high-performance, asynchronous web framework that provides). Each is ranked by relevance to your query, popularity and recent activity.

نحن نختار بعناية مستودعات GitHub مفتوحة المصدر التي تطابق “best rust websocket libraries”. النتائج مرتبة حسب صلتها ببحثك — استخدم الفلاتر أدناه للتضييق، أو قم بتحسين البحث باستخدام الذكاء الاصطناعي.

Rust WebSocket Libraries

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • snapview/tokio-tungsteniteالصورة الرمزية لـ snapview

    snapview/tokio-tungstenite

    2,467عرض على GitHub↗

    Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation

    This library provides a high-performance, asynchronous WebSocket implementation built on top of the Tokio ecosystem, offering both low-level protocol control and integration with TLS/SSL for production-ready communication.

    RustWebsocket Libraries
    عرض على GitHub↗2,467
  • actix/actix-webالصورة الرمزية لـ actix

    actix/actix-web

    24,421عرض على GitHub↗

    Actix Web is an asynchronous web framework designed for building high-performance network services. It provides a foundation for processing concurrent requests through a non-blocking execution model, utilizing an actor-based concurrency system to manage lightweight processes and message passing. The framework includes a low-level networking layer that handles the parsing and serialization of HTTP traffic according to standard specifications. The framework distinguishes itself through a type-safe routing engine that enforces strict data types at compile time, ensuring that request parameters a

    Actix Web is a high-performance asynchronous web framework that includes robust, production-ready support for WebSockets as a core feature, though it is a broader web framework rather than a dedicated, standalone WebSocket library.

    RustZero-Copy Buffers
    عرض على GitHub↗24,421
  • seanmonstar/warpالصورة الرمزية لـ seanmonstar

    seanmonstar/warp

    10,245عرض على GitHub↗

    Warp is a Rust HTTP web framework designed for building high-performance web servers. It provides a system for managing request pipelines, implementing WebSocket servers for bidirectional communication, and serving static assets from the local filesystem. The framework is characterized by its use of type-safe request pipelines and routing. It utilizes a filter-based approach to extract and validate metadata from headers, query strings, and request bodies before they reach the application handler. Broad capability areas include HTTP API development, asynchronous task execution, and state-base

    Warp is a high-performance, asynchronous web framework that provides built-in support for WebSocket connections, making it a suitable choice for implementing production-ready communication servers in Rust.

    RustHigh-Performance Web FrameworksAsynchronous Request HandlersFilter Composition
    عرض على GitHub↗10,245

Related searches

  • مكتبة WebSocket لبناء خوادم الوقت الفعلي في Go
  • a lightweight library for Java WebSockets
  • a lightweight javascript library for websockets
  • a C# library for implementing WebSockets
  • a php library for building websocket servers
  • إطار عمل ويب لبناء واجهات برمجة تطبيقات HTTP في Rust
  • a high performance web framework for Rust
  • a library for building Rust gRPC services