aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 087fbe0b2a8fd65e66fd7b41f52427a6f5b07513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
luaevent-prosody is a (hopefully temporary) fork of the luaevent library. This fork is
maintained by Matthew Wild <mwild1@gmail.com>.

Source repository: http://code.matthewwild.co.uk/luaevent-prosody

This luaevent-prosody 0.1.0 release is based on luaevent 0.2.0. See CHANGELOG for more 
information about the changes.

=== Original README from luaevent 0.2.0 ===

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>

Project page: http://luaforge.net/projects/luaevent/
GIT Repositories:
	git://repo.or.cz/luaevent.git
	http://repo.or.cz/r/luaevent.git
Try checking it out and working on it, the 'mob' feature is enabled so you can commit w/:
git push git+ssh://mob@repo.or.cz/srv/git/luaevent.git master:mob

Build Requirements:
	premake (>= 3.3 < 4)
	libevent (recommend >= 1.3b)
Usage Requirements:
	libevent (recommend >= 1.3b)
	LuaSocket

See test/ directory for examples of usage.


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