随笔分类 -  GoWorld

探索游戏服务器之道
摘要:GoWorld代码:https://github.com/xiaonanln/goworld Golang具有运行效率高、内存安全等优良特性,因此是非常适合用来进行服务器开发。使用Golang开发游戏服务器有如下的优点: 运行效率远高于各种脚本语言,大幅度提升服务器承载能力 内存安全,不会像C++服 阅读全文
posted @ 2017-07-30 14:08 lorddeseis 阅读(28426) 评论(17) 推荐(4)