home_en - ahuangege/mydog GitHub Wiki
About
The mydog framework is a minimalist and powerful game server framework developed by typescript. It is a high-performance, highly scalable, distributed multi-process game server framework, and it is very simple to use.
Framework architecture
master server: It is a central management server, used for server discovery and server management, and is not responsible for specific game logic.logic server: Developers only need to add configuration in the configuration file to start multiple servers, which are divided into frontend server (client-side direct connection, often called gateway) and backend server. The framework provides very convenient rpc calls between servers. As for the role of each server, the developer can customize it.
QQ Group
- Welcome to join the official QQ group:
875459630