Slide 9
Slide 9 text
gRPC Summary
• Auto code generation for client and server.
• Supports many language.
• Faster than REST ( using HTTP/2 and Protocol Buffers).
• type-safety
• Do no have to worry about RESTful API Designing.
(URL, HTTP method, status code,,,)