Best of gRPC2021

  1. 1
    Article
    Avatar of itnextITNEXT·5y

    A minimalist guide to gRPC

  2. 2
    Article
    Avatar of baeldungBaeldung·5y

    REST vs. gRPC

    In this article, we’ll compare REST and gRPC, two architectural styles for web APIs. REST (Representational State Transfer) is an architectural style that provides guidelines for designing web. APIs. GRPC is an open-source data exchange technology developed by Google using the HTTP/2 protocol.

  3. 3
    Article
    Avatar of itnextITNEXT·5y

    [BUILD] BFF Pattern with Go Microservices using REST & gRPC.

    Let’s build dockerized Go microservices demonstrating the BFF pattern with REST and gRPC. Bind it to the UI and deploy everything on AWS EC2. (Also has Kotlin & Java versions) TL;DR: Github Go, Github Kotlin, Github Java, Github UI BFF, a.k.a. “Best Friends Forever’ pattern is a well-established architectural…