Grpc.AspNetCore.Web
2.48.0-pre1
Prefix Reserved
See the version list below for details.
dotnet add package Grpc.AspNetCore.Web --version 2.48.0-pre1
NuGet\Install-Package Grpc.AspNetCore.Web -Version 2.48.0-pre1
<PackageReference Include="Grpc.AspNetCore.Web" Version="2.48.0-pre1" />
paket add Grpc.AspNetCore.Web --version 2.48.0-pre1
#r "nuget: Grpc.AspNetCore.Web, 2.48.0-pre1"
// Install Grpc.AspNetCore.Web as a Cake Addin #addin nuget:?package=Grpc.AspNetCore.Web&version=2.48.0-pre1&prerelease // Install Grpc.AspNetCore.Web as a Cake Tool #tool nuget:?package=Grpc.AspNetCore.Web&version=2.48.0-pre1&prerelease
Grpc.AspNetCore.Web
Grpc.AspNetCore.Web provides middleware that enables ASP.NET Core gRPC services to accept gRPC-Web calls.
In Startup.cs:
public void ConfigureServices(IServiceCollection services)
{
services.AddGrpc();
services.AddGrpcWeb(o => o.GrpcWebEnabled = true);
}
public void Configure(IApplicationBuilder app)
{
app.UseRouting();
app.UseGrpcWeb();
app.UseEndpoints(endpoints =>
{
endpoints.MapGrpcService<GreeterService>();
});
}
gRPC-Web can be enabled for all gRPC services by setting GrpcWebOptions.GrpcWebEnabled = true
, or enabled on individual services with EnableGrpcWeb()
:
app.UseEndpoints(endpoints =>
{
endpoints.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.
Links
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. 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 was computed. 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 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
-
.NETCoreApp 3.0
- No dependencies.
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages (20)
Showing the top 5 NuGet packages that depend on Grpc.AspNetCore.Web:
Package | Downloads |
---|---|
Sitko.Core.Grpc.Server
Sitko.Core is a set of libraries to help build .NET Core applications fast |
|
DH.Grpc
DH框架Grpc扩展类 |
|
GamesCheetah.RealtimeEmbeddedServer
Package Description |
|
Girvs.WebFrameWork
Package Description |
|
GamesCheetah.StatusReceiver.Proto
Package Description |
GitHub repositories (19)
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.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.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
|
Version | Downloads | Last updated |
---|---|---|
2.67.0 | 132 | 11/21/2024 |
2.67.0-pre1 | 242 | 10/22/2024 |
2.66.0 | 124,467 | 9/20/2024 |
2.66.0-pre1 | 215 | 9/6/2024 |
2.65.0 | 164,590 | 7/27/2024 |
2.65.0-pre1 | 154 | 7/20/2024 |
2.64.0 | 23,598 | 7/19/2024 |
2.64.0-pre1 | 119 | 7/15/2024 |
2.63.0 | 266,302 | 5/24/2024 |
2.63.0-pre1 | 19,402 | 5/8/2024 |
2.62.0 | 258,680 | 3/29/2024 |
2.62.0-pre1 | 657 | 3/8/2024 |
2.61.0 | 227,424 | 2/22/2024 |
2.61.0-pre1 | 8,306 | 2/8/2024 |
2.60.0 | 376,611 | 1/3/2024 |
2.60.0-pre1 | 6,235 | 12/14/2023 |
2.59.0 | 267,981 | 11/8/2023 |
2.59.0-pre1 | 738 | 10/27/2023 |
2.58.0 | 59,266 | 10/19/2023 |
2.58.0-pre1 | 4,211 | 10/9/2023 |
2.57.0 | 210,919 | 9/6/2023 |
2.57.0-pre1 | 3,868 | 8/31/2023 |
2.56.0 | 40,118 | 8/25/2023 |
2.56.0-pre2 | 2,987 | 8/16/2023 |
2.56.0-pre1 | 2,718 | 8/3/2023 |
2.55.0 | 304,486 | 7/4/2023 |
2.55.0-pre1 | 1,683 | 6/23/2023 |
2.54.0 | 61,540 | 6/15/2023 |
2.54.0-pre1 | 5,971 | 5/25/2023 |
2.53.0 | 213,922 | 5/5/2023 |
2.53.0-pre1 | 5,126 | 4/12/2023 |
2.52.0 | 277,743 | 3/15/2023 |
2.52.0-pre1 | 906 | 3/3/2023 |
2.51.0 | 472,139 | 1/2/2023 |
2.51.0-pre1 | 1,867 | 12/7/2022 |
2.50.0 | 214,619 | 11/17/2022 |
2.50.0-pre1 | 2,708 | 11/3/2022 |
2.49.0 | 434,947 | 9/26/2022 |
2.49.0-pre1 | 1,166 | 9/1/2022 |
2.48.0 | 181,800 | 8/24/2022 |
2.48.0-pre1 | 840 | 8/17/2022 |
2.47.0 | 212,682 | 7/3/2022 |
2.47.0-pre1 | 360 | 6/23/2022 |
2.46.0 | 156,688 | 5/13/2022 |
2.46.0-pre1 | 417 | 4/28/2022 |
2.45.0 | 324,800 | 4/19/2022 |
2.45.0-pre1 | 1,005 | 4/7/2022 |
2.44.0 | 145,171 | 3/17/2022 |
2.44.0-pre1 | 438 | 3/9/2022 |
2.43.0 | 149,072 | 2/25/2022 |
2.43.0-pre1 | 2,496 | 1/28/2022 |
2.42.0 | 289,294 | 1/19/2022 |
2.42.0-pre1 | 2,687 | 12/30/2021 |
2.41.0 | 164,500 | 12/7/2021 |
2.41.0-pre1 | 1,021 | 11/12/2021 |
2.40.0 | 358,085 | 10/5/2021 |
2.40.0-pre1 | 1,707 | 9/9/2021 |
2.39.0 | 111,526 | 8/18/2021 |
2.39.0-pre1 | 1,114 | 8/6/2021 |
2.38.0 | 318,018 | 6/11/2021 |
2.38.0-pre1 | 409 | 6/4/2021 |
2.37.0 | 126,971 | 4/20/2021 |
2.37.0-pre1 | 345 | 4/14/2021 |
2.36.0 | 85,547 | 3/17/2021 |
2.36.0-pre1 | 739 | 3/9/2021 |
2.35.0 | 51,745 | 2/4/2021 |
2.35.0-pre1 | 531 | 1/26/2021 |
2.34.0 | 111,186 | 12/11/2020 |
2.34.0-pre1 | 482 | 12/1/2020 |
2.33.1 | 57,480 | 10/28/2020 |
2.33.1-pre1 | 479 | 10/22/2020 |
2.32.0 | 9,066 | 10/5/2020 |
2.32.0-pre1 | 1,577 | 9/8/2020 |
2.31.0 | 39,187 | 8/14/2020 |
2.31.0-pre2 | 545 | 8/3/2020 |
2.30.0 | 15,991 | 7/16/2020 |
2.30.0-pre1 | 1,391 | 6/17/2020 |
2.29.0 | 91,092 | 5/27/2020 |
2.29.0-pre1 | 2,851 | 5/15/2020 |
2.28.0-pre2 | 26,105 | 3/11/2020 |
2.28.0-pre1 | 3,405 | 3/3/2020 |
2.27.0-pre1 | 9,445 | 1/24/2020 |