# slow-game-server **Repository Path**: jychan/slow-game-server ## Basic Information - **Project Name**: slow-game-server - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # slow-game-server #### 介绍 快速实现简单长链接服务 #### 软件架构 使用 spring-boot + netty + pb 实现 #### 协议说明 使用pb协议 ([protobuf](https://developers.google.com/protocol-buffers)) ,定义3种基础协议体 [See](https://gitee.com/jychan/slow-game-server/blob/master/slow-game-api/src/main/proto/pb_common.proto): * PbCommonReq 通用请求协议 * PbCommonResp 通用返回协议 * PbCommonNotice 通用通知协议 具体业务请求结构包含在通用消息体内 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx