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

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

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

grpc/grpc-swift

0
View on GitHub↗
2,241 نجوم·436 تفرعات·Swift·Apache-2.0·0 مشاهدات

Grpc Swift

The Swift language implementation of gRPC.

Features

  • Core Libraries - Swift implementation for gRPC.

سجل النجوم

مخطط تاريخ النجوم لـ grpc/grpc-swiftمخطط تاريخ النجوم لـ grpc/grpc-swift

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

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

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

Start searching with AI

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

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

    google/guava

    51,473عرض على GitHub↗

    Guava is a Java standard library extension and utility toolkit that provides optimized data structures, concurrency tools, and core extensions. It serves as a comprehensive set of helpers for Java development, focusing on reducing repetitive boilerplate logic. The project is distinguished by its specialized implementations of immutable collections, which ensure thread safety and data consistency by preventing accidental modification. It also includes a dedicated graph data structure library for modeling and traversing networks of interconnected nodes and edges, alongside advanced collection t

    Javaguavajava
    عرض على GitHub↗51,473
  • grpc/grpcالصورة الرمزية لـ grpc

    grpc/grpc

    44,891عرض على GitHub↗

    gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between distributed services. It utilizes a structured interface definition language to generate consistent client stubs and server skeletons, enabling applications to invoke methods on remote servers as if they were local objects. By leveraging the HTTP/2 transport layer, the framework supports efficient binary serialization and multiplexed data exchange across diverse programming environments. The framework distinguishes itself through its support for flexible communication patterns, incl

    C++
    عرض على GitHub↗44,891
  • grpc/grpc-dartG

    grpc/grpc-dart

    0عرض على GitHub↗
    عرض على GitHub↗0
  • google/gsonالصورة الرمزية لـ google

    google/gson

    24,357عرض على GitHub↗

    Gson is a Java library designed for the serialization and deserialization of objects into structured text formats. It functions as a reflection-based data mapper, inspecting class structures at runtime to automatically convert memory-resident objects into data representations and reconstruct them back into typed language objects. The library distinguishes itself through a modular type-adapter pattern that allows for custom conversion rules for complex or nested structures. It also provides robust support for production environments by generating build-time metadata and configuration rules, wh

    Java
    عرض على GitHub↗24,357
عرض جميع البدائل الـ 10 لـ Grpc Swift→

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

ما هي وظيفة grpc/grpc-swift؟

The Swift language implementation of gRPC.

ما هي الميزات الرئيسية لـ grpc/grpc-swift؟

الميزات الرئيسية لـ grpc/grpc-swift هي: Core Libraries.

ما هي البدائل مفتوحة المصدر لـ grpc/grpc-swift؟

تشمل البدائل مفتوحة المصدر لـ grpc/grpc-swift: google/gson — Gson is a Java library designed for the serialization and deserialization of objects into structured text formats. It… google/guava — Guava is a Java standard library extension and utility toolkit that provides optimized data structures, concurrency… grpc/grpc — gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between… grpc/grpc-dart. grpc/grpc-dotnet — This project is a .NET implementation of the gRPC framework, providing a system for executing functions on remote… grpc/grpc-go — grpc-go is a Go language implementation of the gRPC framework, providing a remote procedure call library for…