© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
A. GirettiBeginning gRPC with ASP.NET Core 6 https://doi.org/10.1007/978-1-4842-8008-9_11

11. Create a gRPC-web service from a gRPC-service with ASP.NET Core

Anthony Giretti1  
(1)
La Salle, QC, Canada
 

ASP.NET Core offers a particular implementation of the gRPC-web specification. First, it is straightforward to create a gRPC-web application from a gRPC application without altering the operation of the application and without using any proxy. Also, the implementation of gRPC-web in ASP.NET Core supports both client streaming and bidirectional streaming, but only for applications that do not use a browser to operate. Therefore, it will be necessary to create ...

Get Beginning gRPC with ASP.NET Core 6: Build Applications using ASP.NET Core Razor Pages, Angular, and Best Practices in .NET 6 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.