lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sat, 7 Nov 2009 22:00:03 +0300
Alexander Gladysh <agladysh@gmail.com> wrote:

> Hi, list!
> 
> I want to use Unix Domain Sockets in my Lua code.
> 
> I see that LuaSocket does not support them.
> 
> Are there any other solutions?
> 
> Alexander.


Steven Barth's nixio supports them.

Also, I thought I'd mention that I've added a few things to a fork
of nixio, such as socketpair(), and support for passing socket
descriptors between processes: http://github.com/phoenixsol/nixio.

My changes are listed here: http://wiki.github.com/phoenixsol/nixio.