This repository has been archived on 2025-09-14 . You can view files and clone it, but cannot push or open issues or pull requests.
master
-
简介
-
设计思路
-
安装配置
-
一键脚本
git clone git@git.mesalab.cn:cuiyiming/lua_sapp.git cd lua_sapp && mkdir build && cd build cmake -DCMAKE_BUILD_TYPE=Debug ../ && make sh ../adapter/http_adapter/script/deploy.sh
-
-
测试环境
- 目前192.168.11.137:/home/mesasoft/sapp_run1下面有一套配好的测试环境,直接运行sapp即可看到效果
- 日志路径: ./log/lua_sapp
-
TODO
- 目前只写了http协议的adapter, 其他如ssl, dns协议的adapter还未编写
- 目前处于原型阶段,所以大量使用了C++的STL库,需要改成C语言
- 代码缺少注释,但是可读性还不错,基本可以自解释
Description
Languages
C++
77.5%
Lua
17.1%
Shell
2.8%
CMake
2.6%

