orientye / orientnet

a high performance c++ server engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

orientnet is a high performance c++ server engine.

NOTE: It is in the experimental stage of development.

To build with CMake:

$ (mkdir -p build && cd build && cmake .. -DBUILD_TEST=ON) # generate project with tests
$ cmake --build build  # add `-j <n>` with cmake >= 3.16

About

a high performance c++ server engine

License:MIT License


Languages

Language:C++ 92.2%Language:CMake 4.8%Language:C 2.8%Language:Assembly 0.2%