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 Major contributions from prosody project:
8 Matthew Wild: mwild1@gmail.com
11 Project page: http://luaforge.net/projects/luaevent/
13 See: https://github.com/harningt/luaevent
16 libevent (recommend >= 1.4)
18 libevent (recommend >= 1.4)
23 See test/ directory for examples of usage.
27 libevent - http://monkey.org/~provos/libevent/
28 LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/