Skip to content

ifzz/silly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

silly(blog)


##depend

  • sudo apt-get install libreadline-dev(debain)
  • yum install readline-devel(centos)

##build

  • make linux
  • make macosx

##run

./silly configfile

##configfile

  • daemon, 1 --> run as daemon, 0 --> normal
  • listen, the server listen ports
  • worker_count, open worker count
  • bootstrap, the bootstrap for every worker
  • lualib_path, will append the package.path (in luaVM)
  • lualib_cpath, will append the package.cpath (int luaVM)

About

a silly server framework for lua

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 87.8%
  • Lua 7.6%
  • C++ 3.5%
  • Makefile 1.1%