You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,6 +214,14 @@ The gRPC-Web JavaScript client was generated from *greet.proto* using [`protoc`]
214
214
* Configure ASP.NET Core server to enable gRPC-Web cross-origin requests (CORS)
215
215
* Call gRPC services with JavaScript from a SPA
216
216
217
+
## [Transcoder](./Transcoder)
218
+
219
+
The transcoder shows how to use [gRPC JSON transcoding](https://docs.microsoft.com/aspnet/core/grpc/httpapi) to generate RESTful APIs from gRPC services.
220
+
221
+
##### Scenarios:
222
+
223
+
* gRPC JSON transcoding
224
+
217
225
## [Microservicer](./Microservicer)
218
226
219
227
The microservicer example shows how to use gRPC in a solution that contains multiple web apps. The backend app hosts a gRPC service that is called by the frontend app. The frontend app uses gRPC client factory to create a client an inject it into the MVC controller with dependency injection.
0 commit comments