Skip to content

harningt/luaevent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9bc7745 · Jan 3, 2021
Aug 4, 2016
Sep 29, 2015
Feb 6, 2019
Jun 18, 2020
Jan 1, 2021
Sep 29, 2015
Sep 1, 2007
Dec 2, 2020
Jun 18, 2020
Aug 4, 2016
Jan 1, 2021
Jun 11, 2013
Nov 16, 2007

Repository files navigation

Description: This is a binding of libevent to Lua. It will serve as a drop-in replacement 
for copas, and eventually support more features (async DNS, HTTP, RPC...).

Contact information:
Lead:	Thomas Harning <harningt@gmail.com>

Major contributions from prosody project:
		Matthew Wild: mwild1@gmail.com


Project page: http://luaforge.net/projects/luaevent/
GIT Repositories:
	See: https://github.com/harningt/luaevent

Build Requirements:
	libevent (recommend >= 1.4)
Usage Requirements:
	libevent (recommend >= 1.4)
	LuaSocket
License:
	MIT

See test/ directory for examples of usage.


Dependencies:
	libevent - http://monkey.org/~provos/libevent/
	LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/