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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
grpc avatar

grpc/grpc-swift

0
View on GitHub↗
2,241 stele·436 fork-uri·Swift·Apache-2.0·5 vizualizări

Grpc Swift

The Swift language implementation of gRPC.

Features

  • Core Libraries - Swift implementation for gRPC.

Istoric stele

Graficul istoricului de stele pentru grpc/grpc-swiftGraficul istoricului de stele pentru grpc/grpc-swift

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Grpc Swift

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Grpc Swift.
  • google/guavaAvatar google

    google/guava

    51,473Vezi pe 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
    Vezi pe GitHub↗51,473
  • grpc/grpcAvatar grpc

    grpc/grpc

    44,891Vezi pe 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++
    Vezi pe GitHub↗44,891
  • grpc/grpc-dartG

    grpc/grpc-dart

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • google/gsonAvatar google

    google/gson

    24,357Vezi pe 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
    Vezi pe GitHub↗24,357
Vezi toate cele 10 alternative pentru Grpc Swift→

Întrebări frecvente

Ce face grpc/grpc-swift?

The Swift language implementation of gRPC.

Care sunt principalele funcționalități ale grpc/grpc-swift?

Principalele funcționalități ale grpc/grpc-swift sunt: Core Libraries.

Care sunt câteva alternative open-source pentru grpc/grpc-swift?

Alternativele open-source pentru grpc/grpc-swift includ: 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…