ActorGo 是基于 Golang + Actor Model 构建的高性能分布式游戏服务器框架。采用 Actor 模型驱动,每个 Actor 运行在独立 goroutine,逻辑串行处理,天然无锁竞争。
开源协议: MIT | GitHub: github.com/actorgo-game/actorgo