Best of gRPC — 2021
- 1
- 2
Baeldung·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
ITNEXT·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…