File: index.mdwn

package info (click to toggle)
lua-event 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 216 kB
  • ctags: 203
  • sloc: ansic: 718; makefile: 21; sh: 1
file content (13 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (7)
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/>