Niet blij met je aankoop? Geeft niet! Bij ons kun je binnen 30 dagen retourneren
Met een cadeaubon zit je altijd goed. De ontvanger kan de cadeaubon voor alles uit ons assortiment inwisselen.
Retourneren binnen 30 dagen
Ideal for software developers who know the basics of Go.
gRPC Microservices in Go shows you howto combine the powerful gRPC Remote Procedure Call framework with Golang''s low-level efficiency and flexibility. You will learn how to develop microservice inter-service communication patterns powered by gRPC, design backwards compatible APIs, and apply hexagonal architecture to microservices.
Key features:
The powerful gRPC Remote Procedure Call framework delivers superior speed and security over protocols like REST. When paired with Golang''s low-level efficiency and flexibility, gRPC and Go become a killer combination for latency-sensitive microservices applications. gRPC Microservices in Go shows you how to utilise these powerful tools to build production-grade microservices.
Initially developed by Google, gRPC is a high-performance messaging protocol that is extraordinarily well-suited for microservices applications. This open-source framework helps you elegantly and reliably deliver messages securely within a microservices architecture. Its seamless integration with infrastructure for load balancing, tracing, fault tolerance, and security helps you effortlessly solve many of the common challenges of microservices. gRPC''s server and client stubs let your project call remote service methods and define the business logic behind them. Combined with Go''s fast compilation and execution speed, it''s the perfect solution for building large-scale microservices architectures.