项目作者: dongbum

项目描述 :
GameServer library made with C++
高级语言: C
项目地址: git://github.com/dongbum/DServer.git
创建时间: 2017-11-07T07:44:28Z
项目社区:https://github.com/dongbum/DServer

开源协议:

下载


DServer2

Build Status
Build status
Coverage Status
Language grade: C/C++
Total alerts

Game server project.
This is not yet release version.

Concept

Cross-platform game server using Boost.ASIO.

Requirement

  • VS2019 for MS Windows
  • GCC 7.4.0 for Linux (Tested on Ubuntu 18.04)
  • C++11 complier
  • Boost 1.70 or above
  • CMake

Implement

  • TCP game server
  • Log manager
  • MySQL connector
  • Redis connector
  • HTTP server (for monitoring)
  • User define TCP protocol
  • User define HTTP protocol

Whats next

  • RESTful API for monitoring
  • Save log file to NoSQL system

Opensource Licence