Skip to content

leejir/hyper_net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperNet

Introduce

Welcome to use HyperNet, it's a framework for online games. It's designed for fast net abstract and reduce difficulty of cross process collaboration. HyperNet only provide remote RPC, timer etc. You need design and implement your own logic.

HyperNet's document is not complete, but HyperNet is not complicated. I suggest you view source code. HyperNet is program by C++, but you only use it without understand C++. You need have the knowledge of multiprocess programe and divide service into different process to work together. Lua is must. You can use HyperNet's API to accomplish collaboration between processes.

If you encounter some problem between using HyperNet, Just mail me. My email is ooeyusea@gmail.com.

Build

To build HyperNet, you need use cmake(http://www.cmake.org).

About Lua

HyperNet now use a official version of lua 5.3.1(http://www.lua.org/ftp/lua-5.3.1.tar.gz) .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.9%
  • C++ 14.3%
  • CMake 1.1%
  • Other 0.7%