@@ -82,20 +82,20 @@ cd gameserver
8282
8383### Dual Protocol Architecture
8484The GameServer supports two communication
85- protocols running in parallel:__
86- Client ↔ Server Communication __
87- ├── JSON Protocol (Development)__
88- │ ├── Human-readable format __
89- │ ├── Easy debugging and testing __
90- │ ├── Slower, higher bandwidth __
91- │ └── Used for configuration,__
92- │ chat, admin commands __
93- │__
94- ├── Binary Protocol (Production)__
95- ├── High-performance binary format __
96- ├── Minimal bandwidth usage __
97- ├── Fast serialization/deserialization __
98- └── Used for real-time gameplay,__
85+ protocols running in parallel:\
86+ Client ↔ Server Communication \
87+ ├── JSON Protocol (Development)\
88+ │ ├── Human-readable format \
89+ │ ├── Easy debugging and testing \
90+ │ ├── Slower, higher bandwidth \
91+ │ └── Used for configuration,\
92+ │ chat, admin commands \
93+ │\
94+ ├── Binary Protocol (Production)\
95+ ├── High-performance binary format \
96+ ├── Minimal bandwidth usage \
97+ ├── Fast serialization/deserialization \
98+ └── Used for real-time gameplay,\
9999 entity updates, world data
100100
101101
0 commit comments