buffer_event learned get_read/get_write buffer accessors
[luaevent.git] / README
blob4903c716f5cd11d0c4c7f988347ba53046cab682
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...).
4 Contact information:
5 Lead:   Thomas Harning <harningt@gmail.com>
7 Project page: http://luaforge.net/projects/luaevent/
8 GIT Repositories:
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
14 Build Requirements:
15         premake (>= 3.3 < 4)
16         libevent (recommend >= 1.3b)
17 Usage Requirements:
18         libevent (recommend >= 1.3b)
19         LuaSocket
21 See test/ directory for examples of usage.
24 Dependencies:
25         premake - http://premake.sourceforge.net/download
26         libevent - http://monkey.org/~provos/libevent/
27         LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/