触点数字孪生,揭秘它的独特魅力
862
2022-10-29
silly 是一个基于lua的轻量级服务器框架
silly
Depend
sudo apt-get install libreadline-dev(Debian)yum install readline-devel(Centos)
Build
make
Run
./silly
Config
daemon, 1 --> run as daemon, 0 --> normalbootstrap, lua entry filelualib_path, will append the package.path (in luaVM)lualib_cpath, will append the package.cpath (int luaVM)logpath, when running in daemon mode, all print message will write to [logpath]/silly-[pid].log filepidfile, when running in daemon mode, pidfile will used by run only once on a system
Test
All test code are in test folderRun ./silly test/test.conf to test all module
Wiki
https://github.com/findstr/silly/wiki
Benchmark
https://github.com/findstr/silly/wiki/Benchmark
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。