grpc/grpc-dotnet

gRPC for .NET

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 57 minutes ago
Added to GitGenius on September 15th, 2026
Created on November 28th, 2018
Open Issues & Pull Requests: 175 (+0)
GitHub issues: Enabled
Number of forks: 835
Total Stargazers: 4,483 (+0)
Total Subscribers: 111 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.2 hours
Mean response time: 34.7 days
90th percentile: 72.7 days
Tracked items: 113

Most active contributors

Sign in to see contributor activity.

How this project is maintained

95% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 73% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 59
New in 7 days: 0
Closed in 7 days: 2
Avg open age: 642 days
Stale 30+ days: 59
Stale 90+ days: 55

Recent activity

Opened in 7 days: 0
Closed in 7 days: 2
Comments in 7 days: 1
Events in 7 days: 4

Top labels

  • bug (58)
  • question (47)
  • enhancement (16)
  • docs (1)
  • investigate (1)
  • needs-author-feedback (1)

Most active issues this week

Sign in to see which issues are moving.

Detailed Description

gRPC for .NET is a gRPC implementation that enables high-performance remote procedure call communication in .NET applications.

The project addresses the need for efficient, language-agnostic communication between services by providing a .NET-native implementation of the gRPC framework. gRPC uses Protocol Buffers for serialization and HTTP/2 for transport, delivering low-latency, bandwidth-efficient messaging. The implementation handles the complexity of gRPC protocol details, allowing developers to define services through proto files and generate strongly-typed client and server code that integrates naturally with .NET ecosystems.

Developers should choose this tool when building microservices architectures, real-time communication systems, or applications requiring interoperability with services written in other languages that support gRPC. It suits projects where performance and efficient resource usage matter, particularly those involving streaming communication or high-frequency service-to-service calls. The tool integrates with ASP.NET Core for server-side hosting and works across .NET Framework and .NET Core runtimes, making it applicable to both legacy and modern .NET applications.

The project maintains active development with regular updates addressing both bug fixes and feature enhancements. The codebase shows consistent attention to performance optimization and compatibility across different .NET versions. Pull requests receive timely review and integration, indicating responsive maintenance. The project demonstrates engagement with the broader gRPC ecosystem while maintaining focus on .NET-specific concerns and integration patterns.