# silly **Repository Path**: mirrors/silly ## Basic Information - **Project Name**: silly - **Description**: No description available - **Primary Language**: Lua - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/silly - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2017-06-02 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # silly [![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/findstr/silly/blob/master/LICENSE) -------- ## Depend - sudo apt-get install libreadline-dev(Debian) - yum install readline-devel(Centos) ## Build - make ## Run ./silly ## Config - `daemon`, 1 --> run as daemon, 0 --> normal - `bootstrap`, lua entry file - `lualib_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` file - `pidfile`, when running in daemon mode, `pidfile` will used by run only once on a system ## Test - All test code are in `test` folder - Run `./silly test/test.conf` to test all module ## Wiki https://github.com/findstr/silly/wiki ## Benchmark https://github.com/findstr/silly/wiki/Benchmark