lua-users home
lua-l archive

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


>> I want to use Unix Domain Sockets in my Lua code.
>> I see that LuaSocket does not support them.

> It does but 'unofficially', just edit the Makefile to enable 'unix' and
> build :)
> I am using this extensively without problem, although it appears select()
> does not work.

Cool, thanks.

Since that's LuaSocket, I'd prefer it to be installed from LuaRocks.

Is there an option to enable this feature (or a separate package perhaps)?

Alexander.