Code Monkey home page Code Monkey logo

eventserver's Introduction

游戏服务器介绍:
1、一个mmo服务器框架,服务器端实现多个逻辑服(login、gate、world、chat、game)自动互联互通,db server 处理与mysql交互,提供redis 服务等。
2、提供win、Linux两个平台部署,Linux自动编译(cmake文件夹下的脚本自动将proj文件转成linux下cmakelist)
3、提供读表生成c++代码(见DataTable文件)
其他:
1、编译开发环境
windows10开发环境,vs2019
linux环境为centos8,gcc 9.2
2、第三方库
libconfig、protobuffer、mariadb、mariacpp、redis、sol2
3、Common、SeNet编译为静态库,其他逻辑Server加载即可使用

TODO:
1、拆分出来SeNet 网络核心
2、SeNet消息处理分发改为多线程(添加两级消息缓存队列、一个总消息队列,一个是session消息队列(按照链接))
3、所有消息处理是借助protobuf,去掉ParseFromArray 和 SerializeAsString,改成ZeroCopyInputStream ZeroCopyOutputStream
4、添加一个内存管理器,统一分配所有堆上资源,去掉new 和delete

windows iocp

https://cloud.tencent.com/developer/article/1022133
https://www.cnblogs.com/xiaobingqianrui/p/9258665.html

eventserver's People

Contributors

aywfelix 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.