Skip to content

dongbum/DServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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