lua-users home
lua-l archive

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


Also depending on the type of task, Luvit could be very useful. (luvit.io).

It's geared towards Network heavy tasks and uses a non-blocking event
loop (same as node.js actually).

There is even experimental coroutine support for faux blocking syntax
for serial tasks.

On Mon, Jan 30, 2012 at 5:32 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> On Mon, Jan 30, 2012 at 12:56 PM, Ben <benjo11111@gmail.com> wrote:
>> I am new with lua. Does lua suitable for Linux Server Administration tasks?
>
> luaposix provides most of what you need:
> http://wiki.alpinelinux.org/wiki/Luaposix
>
> It's available on most major distributions.
>
> steve d.
>