- Debian:
apt-get install libreadline-dev
- CentOS:
yum install readline-devel
make
make TLS=off
(disable TLS function)
./silly <main.lua> [options]
./silly -h
- Tests are in the test folder
- Run
./silly test/test.lua --lualib_path="test/?.lua
to test all modules
examples/start.sh timer/socket/rpc/http/websocket
can run one exampleexamples/start.sh
can run all examples
https://github.com/findstr/silly/wiki
https://github.com/findstr/silly/wiki/Benchmark