Skip to content

Ariescat/game-seed-poseidon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMO服务器模块:

  • 日志(推荐log4j2)
  • 网络
    • http
    • socket
      • 前端与服务端通信
      • 服务端与服务端通信(跨服,RPC,路由)
      • 协议,编解码
  • 缓存与持久化
  • 配置读取,热更新,以及配置检测
  • event事件系统(或监听)
  • 监控系统(profile)
    • 性能监控
    • 数据监测(防外挂)
      • 协议发包量(设置高低水位)
  • 代码热加载(hot-swap)
  • 逻辑
    • 线程模型
      • 场景划分(分线)
      • 定时任务
    • 属性
    • AI(状态机),寻路
    • 其他游戏模块
      • 登陆
      • 活动
      • 跨服

About

mmorpg 游戏基础框架

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages