Giter VIP home page Giter VIP logo

xgame.java_server's Introduction

xgame.java_server


介绍

  • 该项目以前叫 xgame-code_server,是一个基于 Java 13 实现的游戏服务器框架;
  • 一切代码都做了简化,服务器只分为业务服务器和网关服务器;
  • 业务服务器会通过 ServerJobType 区分具体功能;
  • 集群和配置服务使用了 Nacos;
  • 消息通信部分使用 Google Protobuf;
  • 删除了对 Excel 文档的支持,直接使用 JSON 或 CSV 文件;
  • 如果想对照老版本代码,可以切换到 achive/2021_old_ver 这个分支上;

软件架构

  • BizServer 业务服务器,所有的游戏逻辑都在这里实现;
  • GatewayServer 网关服务器,维护客户端连接;
  • Comm 一些通用代码,支撑上面两个服务器;

其它

  • 代码一定是漂亮的,就像漂亮的女生一样;
  • 如果有什么问题,可以来 Q 群聊聊:15123327(注明:来自 gitee);
  • 我还有个 Unity 前端项目,https://gitee.com/afrx_s_projz/missdie.u3d_client
  • 搜索“海江的游戏开发”,B 站、抖音上都可以找到我;

xgame.java_server's People

Contributors

hjj2017 avatar rekoe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.