base: adds error catching / re-raise
[luaevent.git] / doc / index.mdwn
blob7b1d8d3e5c4dfc9e34b26c59dbcbb314443b9134
1 LuaEvent is a Lua wrapper around [libevent](http://monkey.org/~provos/libevent/).
2 It provides an interface with which you can write applications that wait on
3 file-descriptor events (primarily socket-based).
5 [[API_Reference|api]]
7 ----
8 Related links for this project:
10 * LuaForge @ <http://luaforge.net/projects/luaevent/>
11 * GitRepo @ <http://repo.or.cz/w/luaevent.git/>
12 * ohloh @ <http://www.ohloh.net/projects/8077/>