diff options
Diffstat (limited to 'doc/index.mdwn')
-rw-r--r-- | doc/index.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/index.mdwn b/doc/index.mdwn new file mode 100644 index 0000000..7b1d8d3 --- /dev/null +++ b/doc/index.mdwn @@ -0,0 +1,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/> + |