Skip to content

uglyduck68/gamnet

 
 

Repository files navigation

Gamnet

'gamnet' is boost asio based TCP/IP server framwork. It supports automatic client connction mananging, server to server communication by using logical address(not ip and port number), structured message format(..and serialize/deserialize compiler) and some helpful functions for your service.

Features

  • managing automatic create/delete client session resource
  • managing network event(connect, close, receive, send) and timer event
  • supports structured message and serialize/deserialize code generate compiler
  • supports MySQL
  • supports server to server communication
  • supports log library
  • supports unit test tool
  • supports functions for string, base64, md5..
  • using C++ 11

Usage

About

Automatically exported from code.google.com/p/gamnet

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.8%
  • C++ 8.8%
  • C# 1.3%
  • Yacc 0.1%
  • CMake 0.0%
  • Lex 0.0%