lua-users home
lua-l archive

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


Alexander Gladysh 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?

http://luaforge.net/projects/luasys/

Documentation is sparse, but the tests are instructive. Lots of other nice goodies in there too (event queue, native threads, malloced buffers which you can use as I/O streams from within Lua, etc.), but still light-weight. Does UNIX domain sockets too, of course.

Cheers,
Richard Hundt