Grpc.AspNetCore.Web 2.57.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0
dotnet add package Grpc.AspNetCore.Web --version 2.57.0
NuGet\Install-Package Grpc.AspNetCore.Web -Version 2.57.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Grpc.AspNetCore.Web" Version="2.57.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Grpc.AspNetCore.Web --version 2.57.0
#r "nuget: Grpc.AspNetCore.Web, 2.57.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Grpc.AspNetCore.Web as a Cake Addin
#addin nuget:?package=Grpc.AspNetCore.Web&version=2.57.0

// Install Grpc.AspNetCore.Web as a Cake Tool
#tool nuget:?package=Grpc.AspNetCore.Web&version=2.57.0

Grpc.AspNetCore.Web

Grpc.AspNetCore.Web provides middleware that enables ASP.NET Core gRPC services to accept gRPC-Web calls.

Configure gRPC-Web

In Program.cs:

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.UseRouting();
app.UseGrpcWeb(new GrpcWebOptions { DefaultEnabled = true });
app.MapGrpcService<GreeterService>();

app.Run();

gRPC-Web can be enabled for all gRPC services by setting GrpcWebOptions.DefaultEnabled = true, or enabled on individual services with EnableGrpcWeb():

app.MapGrpcService<GreeterService>().EnableGrpcWeb();

gRPC-Web and streaming

Traditional gRPC over HTTP/2 supports streaming in all directions. gRPC-Web offers limited support for streaming:

  • gRPC-Web browser clients don't support calling client streaming and bidirectional streaming methods.
  • gRPC-Web .NET clients don't support calling client streaming and bidirectional streaming methods over HTTP/1.1.
  • ASP.NET Core gRPC services hosted on Azure App Service and IIS don't support bidirectional streaming.

When using gRPC-Web, we only recommend the use of unary methods and server streaming methods.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (17)

Showing the top 5 NuGet packages that depend on Grpc.AspNetCore.Web:

Package Downloads
DH.Grpc

DH框架Grpc扩展类

Girvs.WebFrameWork

Package Description

GamesCheetah.RealtimeEmbeddedServer

Package Description

Havit.Blazor.Grpc.Server The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

HAVIT Blazor stack - gRPC Support - server-side

GamesCheetah.StatusReceiver.Proto

Package Description

GitHub repositories (15)

Showing the top 5 popular GitHub repositories that depend on Grpc.AspNetCore.Web:

Repository Stars
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 2.1, 2.2, 3.1, 5.0, 6.0, 7.0 and 8.0 RC 1 projects you can use. Readme contains explanations on all projects.
grpc/grpc-dotnet
gRPC for .NET
abpframework/abp-samples
Sample solutions built with the ABP Framework
gustavnavar/Grid.Blazor
Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
Version Downloads Last updated
2.57.0 29,223 9/6/2023
2.57.0-pre1 3,773 8/31/2023
2.56.0 17,876 8/25/2023
2.56.0-pre2 2,903 8/16/2023
2.56.0-pre1 1,935 8/3/2023
2.55.0 128,499 7/4/2023
2.55.0-pre1 1,596 6/23/2023
2.54.0 32,384 6/15/2023
2.54.0-pre1 5,848 5/25/2023
2.53.0 103,633 5/5/2023
2.53.0-pre1 3,418 4/12/2023
2.52.0 190,123 3/15/2023
2.52.0-pre1 717 3/3/2023
2.51.0 277,156 1/2/2023
2.51.0-pre1 1,323 12/7/2022
2.50.0 162,344 11/17/2022
2.50.0-pre1 2,148 11/3/2022
2.49.0 272,785 9/26/2022
2.49.0-pre1 718 9/1/2022
2.48.0 133,710 8/24/2022
2.48.0-pre1 755 8/17/2022
2.47.0 176,053 7/3/2022
2.47.0-pre1 227 6/23/2022
2.46.0 132,652 5/13/2022
2.46.0-pre1 339 4/28/2022
2.45.0 282,331 4/19/2022
2.45.0-pre1 833 4/7/2022
2.44.0 106,005 3/17/2022
2.44.0-pre1 339 3/9/2022
2.43.0 94,001 2/25/2022
2.43.0-pre1 2,376 1/28/2022
2.42.0 192,013 1/19/2022
2.42.0-pre1 2,494 12/30/2021
2.41.0 155,058 12/7/2021
2.41.0-pre1 926 11/12/2021
2.40.0 287,352 10/5/2021
2.40.0-pre1 1,619 9/9/2021
2.39.0 105,127 8/18/2021
2.39.0-pre1 1,045 8/6/2021
2.38.0 266,738 6/11/2021
2.38.0-pre1 346 6/4/2021
2.37.0 121,152 4/20/2021
2.37.0-pre1 275 4/14/2021
2.36.0 83,078 3/17/2021
2.36.0-pre1 670 3/9/2021
2.35.0 48,473 2/4/2021
2.35.0-pre1 465 1/26/2021
2.34.0 96,855 12/11/2020
2.34.0-pre1 412 12/1/2020
2.33.1 53,060 10/28/2020
2.33.1-pre1 413 10/22/2020
2.32.0 8,254 10/5/2020
2.32.0-pre1 1,490 9/8/2020
2.31.0 37,128 8/14/2020
2.31.0-pre2 481 8/3/2020
2.30.0 15,826 7/16/2020
2.30.0-pre1 1,275 6/17/2020
2.29.0 76,204 5/27/2020
2.29.0-pre1 1,967 5/15/2020
2.28.0-pre2 24,655 3/11/2020
2.28.0-pre1 3,223 3/3/2020
2.27.0-pre1 9,148 1/24/2020