Grpc.AspNetCore.Server 2.80.0-pre1

Grpc.AspNetCore.Server

Grpc.AspNetCore.Server is a gRPC server library for .NET.

Configure gRPC

In Program.cs:

  • gRPC is enabled with the AddGrpc method.
  • Each gRPC service is added to the routing pipeline through the MapGrpcService method. For information about how to create gRPC services, see Create gRPC services and methods.
using GrpcGreeter.Services;

var builder = WebApplication.CreateBuilder(args);

// Add services to the container.
builder.Services.AddGrpc();

var app = builder.Build();

// Configure the HTTP request pipeline.
app.MapGrpcService<GreeterService>();

app.Run();

ASP.NET Core middleware and features share the routing pipeline, therefore an app can be configured to serve additional request handlers. The additional request handlers, such as MVC controllers, work in parallel with the configured gRPC services.

Showing the top 20 packages that depend on Grpc.AspNetCore.Server.

Packages Downloads
Grpc.AspNetCore.Server.ClientFactory
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
53
Grpc.AspNetCore.Server.ClientFactory
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
52
Grpc.AspNetCore.Server.ClientFactory
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
50
Grpc.AspNetCore.Server.ClientFactory
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
49
Grpc.AspNetCore.Server.ClientFactory
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
48
Grpc.AspNetCore.Server.ClientFactory
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
47
Grpc.AspNetCore.Server.ClientFactory
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
46

.NET 8.0

.NET 9.0

.NET 10.0

Version Downloads Last updated
2.80.0-pre1 11 04/01/2026
2.76.0 31 12/19/2025
2.76.0-pre1 36 11/20/2025
2.71.0 55 09/05/2025
2.71.0-pre1 43 09/05/2025
2.70.0 48 09/05/2025
2.70.0-pre1 50 09/05/2025
2.67.0 49 09/05/2025
2.67.0-pre1 49 09/05/2025
2.66.0 53 09/05/2025
2.66.0-pre1 47 09/05/2025
2.65.0 43 09/05/2025
2.65.0-pre1 43 09/05/2025
2.64.0 45 09/05/2025
2.64.0-pre1 46 09/05/2025
2.63.0 40 09/05/2025
2.63.0-pre1 43 09/05/2025
2.62.0 42 09/05/2025
2.62.0-pre1 44 09/05/2025
2.61.0 50 09/05/2025
2.61.0-pre1 44 09/05/2025
2.60.0 45 09/05/2025
2.60.0-pre1 44 09/05/2025
2.59.0 44 09/05/2025
2.59.0-pre1 41 09/05/2025
2.58.0 42 09/05/2025
2.58.0-pre1 48 09/05/2025
2.57.0 49 09/05/2025
2.57.0-pre1 51 09/05/2025
2.56.0 48 09/05/2025
2.56.0-pre2 43 09/05/2025
2.56.0-pre1 42 09/05/2025
2.55.0 46 09/05/2025
2.55.0-pre1 47 09/05/2025
2.54.0 44 09/05/2025
2.54.0-pre1 42 09/05/2025
2.53.0 48 09/05/2025
2.53.0-pre1 42 09/05/2025
2.52.0 44 09/05/2025
2.52.0-pre1 48 09/05/2025
2.51.0 44 09/05/2025
2.51.0-pre1 41 09/05/2025
2.50.0 41 09/05/2025
2.50.0-pre1 39 09/05/2025
2.49.0 42 09/05/2025
2.49.0-pre1 42 09/05/2025
2.48.0 39 09/05/2025
2.48.0-pre1 42 09/05/2025
2.47.0 40 09/05/2025
2.47.0-pre1 41 09/05/2025
2.46.0 45 09/05/2025
2.46.0-pre1 40 09/05/2025
2.45.0 39 09/05/2025
2.45.0-pre1 41 09/05/2025
2.44.0 42 09/05/2025
2.44.0-pre1 38 09/05/2025
2.43.0 43 09/05/2025
2.43.0-pre1 40 09/05/2025
2.42.0 44 09/05/2025
2.42.0-pre1 36 09/05/2025
2.41.0 39 09/05/2025
2.41.0-pre1 40 09/05/2025
2.40.0 40 09/05/2025
2.40.0-pre1 38 09/05/2025
2.39.0 38 09/05/2025
2.39.0-pre1 41 09/05/2025
2.38.0 41 09/05/2025
2.38.0-pre1 45 09/05/2025
2.37.0 46 09/05/2025
2.37.0-pre1 45 09/05/2025
2.36.0 43 09/05/2025
2.36.0-pre1 41 09/05/2025
2.35.0 44 09/05/2025
2.35.0-pre1 45 09/05/2025
2.34.0 44 09/05/2025
2.34.0-pre1 48 09/05/2025
2.33.1 45 09/05/2025
2.33.1-pre1 44 09/05/2025
2.32.0 45 09/05/2025
2.32.0-pre1 39 09/05/2025
2.31.0 46 09/05/2025
2.31.0-pre2 44 09/05/2025
2.30.0 45 09/05/2025
2.30.0-pre1 41 09/05/2025
2.29.0 41 09/05/2025
2.29.0-pre1 40 09/05/2025
2.28.0 43 09/05/2025
2.28.0-pre2 38 09/05/2025
2.28.0-pre1 45 09/05/2025
2.27.0 42 09/05/2025
2.27.0-pre1 40 09/05/2025
2.26.0 42 09/05/2025
2.26.0-pre1 42 09/05/2025
2.25.0 42 09/05/2025
2.25.0-pre1 44 09/05/2025
2.24.0 42 09/05/2025
2.24.0-pre1 44 09/05/2025
2.23.2 45 09/05/2025
0.2.23-pre2 40 09/05/2025
0.2.23-pre1 44 09/05/2025
0.1.22-pre3 44 09/05/2025
0.1.22-pre2 44 09/05/2025
0.1.22-pre1 43 09/05/2025
0.1.21-pre1 41 09/05/2025
0.1.20-pre1 48 09/05/2025
0.1.19-pre1 43 09/05/2025