silly 是一个基于lua的轻量级服务器框架

网友投稿 808 2022-10-29

silly 是一个基于lua的轻量级服务器框架

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小时内删除侵权内容。

上一篇:商品竞猜活动
下一篇:基于swoole实现的自带http server的web开发框架
相关文章

 发表评论

暂时没有评论,来抢沙发吧~