# gdemo **Repository Path**: ccdump/gdemo ## Basic Information - **Project Name**: gdemo - **Description**: gdemo 是 gcluster 游戏服务器引擎的 demo 项目,示例引擎使用方式和主要功能 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/gdemo - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2020-02-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### gdemo gcluster游戏服务器引擎demo项目,示例引擎使用方式和主要功能 客户端使用unity3d编写 ### 感谢您的支持 ### star it && QQ群:869428810 ### requirement Go version >= 1.2 ### Features 1. 基于ioc容器(依赖注入功能) 2. 便捷的使用、扩展、配置 3. http/tcp/websocket网络支持 4. redis/mongo数据库支持 5. 数据的自动同步处理,客户端的增量更新,和数据的自动同步 6. 集群支持(消息队列) 7. 无单点服务器,无限水平扩展(也支持单点服,也取决于设计) ### 引擎定位 手游服务器,逻辑功能编写 ### 快速开始 下载[模板项目](https://github.com/gosrv/gcluster),这是一个基本框架,可以在这上面做加减法 也可以自己组织项目 ### [更多文档](server/doc/) [demo功能说明](server/doc/demo功能说明.md) [集群](server/doc/cluster.md) [信息采集](server/doc/gmx.md) [登录服](server/doc/登陆服.md) [数据库](server/doc/数据库.md) [数据同步](server/doc/数据同步.md) [日志使用](server/doc/日志使用.md) [配置说明](server/doc/配置说明.md) ### 相关项目 [模板项目](https://github.com/gosrv/gcluster) [引擎源码](https://github.com/gosrv/gbase) [ioc容器源码](https://github.com/gosrv/goioc) [excel打表工具](https://github.com/gosrv/excelreader) [日志库](https://github.com/gosrv/glog) [对象管理器](https://github.com/gosrv/gmx)