Best of gRPCNovember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    thangchung/go-coffeeshop: ☕ A practical event-driven microservices demo built with Golang. Nomad, Consul Connect, Vault, and Terraform for deployment

    Nomad, Consul Connect, Vault, and Terraform for deployment go-coffeeshop application with event-driven microservices has been written in Golang. Other version can be found at.NET CoffeeShop with Microservices approach -.NET Coffee Shop with Modular Monolith approach.

  2. 2
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP32: REST vs. GraphQL

    This week’s system design refresher: REST vs. GraphQL is a query language for API developed by Meta. It provides a schema of the data in the API and gives clients the power to ask for exactly what they need. The diagram below illustrates the overall data flow for gRPC.

  3. 3
    Article
    Avatar of devtoDEV·3y

    A Guide to the Most Popular Types of APIs: REST, SOAP, GraphQL, and gRPC

    A Guide to the Most Popular Types of APIs: REST, SOAP, GraphQL, and gRPC APIs. Each API type has its unique architecture, which evolved in response to the needs of the time. The Simple Object Access Protocol (SOAP) is a protocol for sharing information encoded in Extensible Markup Language.

  4. 4
    Article
    Avatar of devtoDEV·3y

    GRPC Node + NextJs + Prisma + Envoy Proxy

    GRPC Node - NextJs - Prisma - Envoy Proxy is a simple CRUD for task management app built with below techs. Currently, I have used 4 Unary RPCs and 1 Server streaming RPC for streaming real-time data. I have also used Prisma to store tasks in the database.