Back to Practical Aspnetcore

gRPC backend

exercises/pathway-1/exercise-5.md

latest334 B
Original Source

gRPC backend

  • Keep your frontend from Exercise 3.
  • Change your backend from JSON API to gRPC.
  • You can read about gRPC here.
  • You can practice on gRPC through these samples.