This document summarizes a presentation comparing gRPC and REST by Alex Borysov and Mykyta Protsenko. It begins with introductions of the presenters and their backgrounds. It then discusses key differences between gRPC and REST such as gRPC using protocol buffers for defining APIs and being non-blocking via streaming, while REST focuses on resources and uses JSON/HTTP. Examples are provided of implementing services and clients for both approaches. Challenges of microservices and distributed systems that both aim to address are also covered.