Skip to content

yongkangchen/toynet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toynet

A simple event-driven I/O for Lua, coroutine based.

Support epoll and kevent

build

build with scons

  • set lua/luajit header path in make.sh
  • install scons
  • run command: sh make.sh

build with make

  • put luajit source code directory in ./luajit/
  • run command: make

run

  • with luajit command: luajit example/echo_svr.lua
  • with lua command: lua example/echo_svr.lua

About

A simple event-driven I/O and coroutine based for Lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published