1 Description: This is a binding of libevent to Lua. It will serve as a drop-in replacement
2 for copas, and eventually support more features (async DNS, HTTP, RPC...).
5 Lead: Thomas Harning <harningt@gmail.com>
7 Project page: http://luaforge.net/projects/luaevent/
9 git://repo.or.cz/luaevent.git
10 http://repo.or.cz/r/luaevent.git
11 Try checking it out and working on it, the 'mob' feature is enabled so you can commit w/:
12 git push git+ssh://mob@repo.or.cz/srv/git/luaevent.git master:mob
16 libevent (recommend >= 1.3b)
18 libevent (recommend >= 1.3b)
21 See test/ directory for examples of usage.
25 premake - http://premake.sourceforge.net/download
26 libevent - http://monkey.org/~provos/libevent/
27 LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/