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