You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Aleksey Yeschenko 5578612efe Merge branch 'master' of https://github.com/dcreager/lua-zmq into dcreager-master 16 years ago
examples Added example of using an event-loop with ZeroMQ sockets. 16 years ago
perf zmq:init(io_threads) 16 years ago
rockspecs Removed binary rockspec 16 years ago
.gitignore Giving lua-zmq new API semantics. 16 years ago
API.md zmq:init(io_threads) 16 years ago
Makefile Changing makefile to use CC variable rather than gcc hard coded 16 years ago
README.md links 16 years ago
zmq.c Merge branch 'master' of https://github.com/dcreager/lua-zmq into dcreager-master 16 years ago

README.md

About

Lua bindings to zeromq2.

Installation

$ make install

API

See API.md and ØMQ docs.