lua-users home
lua-l archive

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




On Wed, May 9, 2012 at 8:48 AM, Ignacio Burgueño <ignaciob@inconcertcc.com> wrote:


On Wed, May 9, 2012 at 11:24 AM, Rob Hoelz <rob@hoelz.ro> wrote:
I was thinking that luvit would be one of the supported backend event
loops.



Surely, LuaNode being another :D

https://github.com/ignacio/LuaNode

Regards,
Ignacio 


Maybe a bit off topic, but for a web application server there is also that :
https://github.com/chaoslawful/lua-nginx-module/

It leverages the event loop in Nginx, and also introduces lua "cosockets" which allows for non blocking backend code embedded directly in Nginx.
(e.g: https://github.com/agentzh/lua-resty-memcached)

Cheers,
Matthieu.