开源了一个游戏服务中台,欢迎大家 Star

15次阅读

共计 565 个字符,预计需要花费 2 分钟才能阅读完成。

中台服务:

  • 地址:https://github.com/moke-game/platform
  • 校验服务: auth token 校验服务,支持 JWT token 校验
  • 统计服务: analytics BI 日志服务,支持 thinkingData,MixPanel,localFile,ClickHouse 等方式
  • 好友服务: buddy 支持加好友 / 删除好友 / 拉黑 / 好友列表等功能
  • 聊天服务: chat 支持私聊 / 群聊 / 频道聊天,暂时不支持离线消息
  • 背包服务: knapsack 抽象背包功能,支持 Item{ID, Count, Type,Expire}
  • 排行榜服务: leaderboard 更新排行榜,获取排行榜,支持多种排行榜类型
  • 邮件服务: mail 发送附件邮件,支持模板,过期时间,附件等功能
  • 匹配服务: matchmaking 分配房间 (TODO refactor with openMatch)
  • 组队服务: party 组队 / 踢人 / 解散队伍等功能
  • 玩家信息服务: profile 创建 / 更新玩家基本信息
  • 房间服务: room (TODO 帧同步房间)

游戏服务:

  • 地址:https://github.com/moke-game/game
  • game: all in one service
  • bff: backend for frontend 游戏聚合服务
  • cmd/room: game battle/world service 房间管理服务
正文完
 0