Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.28 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.28 KB

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