Inter-Service Communication with Go
Dusan Stojanovic
Broschiertes Buch

Inter-Service Communication with Go

Mastering protocols, queues, and event-driven architectures in Go (English Edition)

Versandkostenfrei!
Versandfertig in 1-2 Wochen
28,99 €
inkl. MwSt.
PAYBACK Punkte
14 °P sammeln!
Communication is simple if you know the right way ¿DESCRIPTION This book will cover different concepts of inter-service communication. They will be demonstrated through the Go programming language, its standard library, and popular third-party packages for concepts. Begin by understanding basic concepts such as clients, servers, and communication methods. Explore RESTful APIs and HTTP, the backbone of many systems. Learn about protocol buffers and gRPC for efficient data exchange. For asynchronous communication, discover message queuing with RabbitMQ and event-driven patterns with Redis. Last...