Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 382 Bytes

client-less-than-greater-than-server-communication.md

File metadata and controls

12 lines (7 loc) · 382 Bytes
description
Learn how the server and client communicate.

Client ↔ Server communication

The client and server primarily communicate using gRPC. Adding or adjusting a service is defined in our server development documentation:

{% page-ref page="../server-development/grpc-services.md" %}

Inside the client, you will just have to register and inject the gRPC client.