A server framework with multi threads. Base on epoll and provides socket,http,https,curl. Can be easily extend with C++ or Scripts(Lua/JavaScript/Python or others). Support Linux Only.
- install curl (version >= 7.50.1). https://github.com/curl/curl.git
- git clone https://github.com/jemalloc/jemalloc.git third/jemalloc/ , and build jemalloc
- goto src/gamma and build
codes was in the client directory. main.cpp shows the way to use the client. depends on pthread, Support Linux/Mac/IOS/Android.
- complete and test framework (done)
- add C++ module (done)
- add lua/luajit module (done, testing)