grpc-dotnet
gRPC client
An implementation of the gRPC remote procedure call framework for .NET applications
gRPC for .NET
4k stars
121 watching
780 forks
Language: C#
last commit: about 1 month ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
grpc/grpc | An RPC framework and library for building high-performance distributed systems | 42,124 |
aspnetrun/run-aspnet-grpc | An e-commerce microservices project demonstrating high-performance inter-service communication using gRPC with .NET 5 | 114 |
improbable-eng/grpc-web | A client library for gRPC Web services in browsers and Node.js | 4,394 |
grpc/grpc-web | Enables communication between web browsers and gRPC services using JavaScript | 8,698 |
fullstorydev/grpcurl | A command-line tool for interacting with gRPC servers using JSON encoding and protocol buffers. | 11,014 |
google/tarpc | An RPC framework for Rust that simplifies the process of creating and managing remote procedure calls. | 3,322 |
dotnet/aspnetcore | A cross-platform framework for building modern cloud-based web applications | 35,660 |
hyperium/tonic | A high-performance gRPC client and server implementation with async/await support | 10,180 |
grpc-ecosystem/grpc-gateway | A tool that generates a reverse-proxy server to translate RESTful HTTP APIs into gRPC | 18,331 |
grpc/grpc-go | A high-performance RPC framework that supports mobile and HTTP/2-based communication. | 21,208 |
grpc/grpc-node | Provides a TypeScript implementation of the gRPC protocol for Node.js applications | 4,524 |
apache/brpc | An industrial-grade RPC framework for high-performance systems | 16,597 |
fullstorydev/grpcui | An interactive web-based tool for testing and manipulating gRPC APIs | 5,274 |
grpc-ecosystem/polyglot | A universal gRPC command-line client that allows communication with any gRPC service without generating custom classes or compiling the service's protos. | 529 |
eventstore/eventstore-client-dotnet | A .NET client SDK for interacting with an event-native database using gRPC protocol | 148 |