-
Notifications
You must be signed in to change notification settings - Fork 77
home_en
huangjizhong edited this page Dec 4, 2021
·
6 revisions
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.
-
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.
- Welcome to join the official QQ group:
875459630