Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 416 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 416 Bytes

Blazor with gRPC Services

Sample code to the curse “Blazor with gRPC Services”

YouTube curse: Blazor with gRPC Services

In this course we build a Blazor Web Application Client and connect the client via gRPC to the Server. The Server gets build as an ASP.NET Core Web Application.

Topics:

  • Blazor (Server Side)
  • gRPC
  • Protocol Buffers
  • ASP.NET Core Web Application