jzyong / game-server

Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring server and a running web version of fishing. State machine, behavior tree, A* pathfinding, navigation mesh and other AI tools

Home Page:https://jzyong.github.io/game-server/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

客户端连接gateserver还是hallserver?

opened this issue · comments

如果启动了多个网关,怎么调度

gateserver
多网关通过注册中心分配,客户端先通过http向注册中心获取网关ip端口

注册中心是cluster server吗?