Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 347 Bytes

communication-between-services.md

File metadata and controls

12 lines (9 loc) · 347 Bytes

Communication between services

This document explains the communication between the different components of WorkAdventure.

graph LR
    A[Front] -->|ClientToServerMessage over WS| B[Pusher]
    B -->|ServerToClientMessage over WS| A
    B -->|RoomManager GRPC service| C[Back]
    C -->|MapStorage GRPC service| D[Map-Storage]
Loading