[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Unix Domain Sockets in Lua
- From: Phoenix Sol <phoenix@...>
- Date: Sun, 8 Nov 2009 10:58:21 -0600
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.