From the course: gRPC in Python
Why gRPC?
- [Miki] Welcome. gRPC is an RPC framework from Google. It has become the default choice for server-to-server communication within companies. gRPC is fast, secure, has schema for incoming and outgoing messages, supports streaming and provides many, many more benefits. In this course, we'll start writing a ride hailing service. We'll build the server, the client, and along the way, discuss testing, streaming, security and many more issues. Let's start.