bpbpublications / Inter-Service-Communication-with-Go

Inter-Service Communication with Go, by BPB Publications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inter-Service Communication with Go

Communication is simple if you know the right way

This is the repository for Inter-Service Communication with Go ,published by BPB Publications.

About the Book

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. Lastly, explore event-driven architecture (EDA) and Apache Kafka for implementing this style of communication.

After reading this book, a reader can determine which communication concept is most suitable for the software solution based on software solution requirements.

What You Will Learn

• Decide which inter-service communication concept is most suitable for a particular software solution.

• Implement different communication approaches with the Go programming language.

• Utilize implementations from the Go’s standard library and third-party packages.

• Use API design best practices.

• Avoid issues that can arise from the wrong choice of communication concept.

About

Inter-Service Communication with Go, by BPB Publications

License:MIT License


Languages

Language:Go 100.0%