Grpc.AspNetCore.Web 2.47.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Grpc.AspNetCore.Web --version 2.47.0
NuGet\Install-Package Grpc.AspNetCore.Web -Version 2.47.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.47.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.47.0
#r "nuget: Grpc.AspNetCore.Web, 2.47.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.47.0

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

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();
});
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.0

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages (19)

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 (16)

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 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.62.0-pre1 177 3/8/2024
2.61.0 49,690 2/22/2024
2.61.0-pre1 8,179 2/8/2024
2.60.0 155,340 1/3/2024
2.60.0-pre1 5,113 12/14/2023
2.59.0 149,941 11/8/2023
2.59.0-pre1 507 10/27/2023
2.58.0 45,563 10/19/2023
2.58.0-pre1 4,152 10/9/2023
2.57.0 156,996 9/6/2023
2.57.0-pre1 3,817 8/31/2023
2.56.0 33,100 8/25/2023
2.56.0-pre2 2,943 8/16/2023
2.56.0-pre1 2,103 8/3/2023
2.55.0 262,808 7/4/2023
2.55.0-pre1 1,636 6/23/2023
2.54.0 53,684 6/15/2023
2.54.0-pre1 5,919 5/25/2023
2.53.0 162,768 5/5/2023
2.53.0-pre1 4,370 4/12/2023
2.52.0 245,848 3/15/2023
2.52.0-pre1 763 3/3/2023
2.51.0 381,456 1/2/2023
2.51.0-pre1 1,749 12/7/2022
2.50.0 189,265 11/17/2022
2.50.0-pre1 2,553 11/3/2022
2.49.0 364,491 9/26/2022
2.49.0-pre1 914 9/1/2022
2.48.0 162,796 8/24/2022
2.48.0-pre1 792 8/17/2022
2.47.0 191,790 7/3/2022
2.47.0-pre1 259 6/23/2022
2.46.0 145,475 5/13/2022
2.46.0-pre1 370 4/28/2022
2.45.0 304,629 4/19/2022
2.45.0-pre1 923 4/7/2022
2.44.0 125,658 3/17/2022
2.44.0-pre1 375 3/9/2022
2.43.0 121,032 2/25/2022
2.43.0-pre1 2,440 1/28/2022
2.42.0 230,027 1/19/2022
2.42.0-pre1 2,567 12/30/2021
2.41.0 161,009 12/7/2021
2.41.0-pre1 978 11/12/2021
2.40.0 320,339 10/5/2021
2.40.0-pre1 1,661 9/9/2021
2.39.0 107,856 8/18/2021
2.39.0-pre1 1,071 8/6/2021
2.38.0 295,290 6/11/2021
2.38.0-pre1 370 6/4/2021
2.37.0 123,682 4/20/2021
2.37.0-pre1 300 4/14/2021
2.36.0 84,303 3/17/2021
2.36.0-pre1 695 3/9/2021
2.35.0 50,090 2/4/2021
2.35.0-pre1 493 1/26/2021
2.34.0 104,436 12/11/2020
2.34.0-pre1 440 12/1/2020
2.33.1 54,388 10/28/2020
2.33.1-pre1 439 10/22/2020
2.32.0 8,600 10/5/2020
2.32.0-pre1 1,526 9/8/2020
2.31.0 38,120 8/14/2020
2.31.0-pre2 505 8/3/2020
2.30.0 15,906 7/16/2020
2.30.0-pre1 1,327 6/17/2020
2.29.0 81,315 5/27/2020
2.29.0-pre1 2,115 5/15/2020
2.28.0-pre2 25,380 3/11/2020
2.28.0-pre1 3,293 3/3/2020
2.27.0-pre1 9,303 1/24/2020