sproto like protobuf,but sproto is easy to lua, sproto is write by cloudwu.
if you first try sproto,clone this repository and build. if you want learn more,try cloudwu's repository for more wiki. https://github.com/cloudwu/sproto
cd lua
make linux
cp ./lua ../sproto
cd lpeg
make linux
cp ./lpeg.so ../sprpto
cd sproto
make linux
you may get error: readline.h not found install readline
sudo apt-get install libreadline-dev
./lua helloworld.lua