8000 GitHub - black0592/MoonNetLua: A lightweight,scalable game server framework written in C++, and suport Lua Script
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

black0592/MoonNetLua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moon

一个轻量级的游戏服务器框架,底层采用C++11编写,逻辑层采用Lua脚本。

Dependencies

Bulid

git clone https://github.com/sniper00/MoonNetLua.git get the Sources

The project use of C++11/14 features, I tested compliers are:

  • GCC 5.4
  • Visual Studio 2015 Community Update 4

Linux Platform:

  • make config=debug_linux
  • make config=release_linux

example

把编译完成后把bin目录的moon可执行文件,netcore、lua53 动态库拷贝到resources目录,直接运行moon可执行文件,开启EchoServer。

  • lua 用lua启动器运行EchoClient. 5728 lua,需要luasocket库
  • python 运行EchoClient.py 脚本

QQ交流群543833695

see more

About

A lightweight,scalable game server framework written in C++, and suport Lua Script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.6%
  • C 13.9%
  • Makefile 1.9%
  • Shell 1.1%
  • Lua 0.3%
  • M4 0.2%
0