Client는 Session에만 연결하고, API·Matchmaking·Play는 server 간 channel과 RouteMesh로 통신한다
Guided views
Explore this system
Step through curated paths without changing the source diagram.
Beat
Next
ReadyChapter 01 / 01
Guided chapter
Diagram guideExplore this system
Inspecting compiled semantics
E ExportT ThemeS Style0 Reset+ Zoom in- Zoom outEsc Close
Find a node
⌕/
No matching nodes
Semantic passport
Verified source
Authored reach
Route probeChoose a start node
Pick two semantic nodes on the diagram
Choose the source, then the destination. Direction matters.
Semantic lensCompare system roles
Choose up to two semantic kinds. One reveals its real traffic; two compare only direct authored relationships.
Choose a kind to inspect its nodes and touching relationships.
Semantic radar
Building overview
Click nodeDrag to pan
Semantic radar needs more MAP space.
연결 읽는 법 — 무방향 구조 연결
• 모든 실선은 원문의 `---` 무방향 구조적 연결이다 — 요청 방향이 아니라 peer·ingress 연결 의도만 나타낸다(화살표 머리는 archify 렌더 제약이며 방향 주장이 아니다). Client가 직접 연결하는 역할은 Session뿐이며, API·Matchmaking·Play는 server 간 channel과 RouteMesh로 통신한다.
• ×2는 원문 `x2`(다중 인스턴스): Player Clients·Session·API·Play. Observer Client는 x1(단수). Matchmaking Server는 sample 규모에서 한 process지만 singleton으로 가정하지 않는다.
논리 연결 역할
• `bingo.api` ClientServer Channel: Session과 Play가 인증·player record API를 호출한다. STREAM: Client request·response·server push를 한 연결로 전달한다.
• 각 process RID는 `<role-prefix>-<uuid-v4>`로 시작할 때 새로 만들고 연결·관측에만 쓴다. logical identity는 ActorId·RoomId다. prefix — API의 Play Mesh=api, API의 Matchmaking Mesh=api-matchmaking, Matchmaking=matchmaking, Play=play, Session=session.