lua-users home
lua-l archive

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


On Sat, 7 Dec 2013 18:56:38 -0500
Javier Guerra Giraldez <javier@guerrag.com> wrote:

> On Sat, Dec 7, 2013 at 6:46 PM, Gilles Ganault <gilles.ganault@free.fr> wrote:
> > Apparently, there are two ways to use Lua with Nginx:
> > - run scripts through CGI
> > - use the ngx_lua module that seems to embed the Lua interpreter
> > within Nginx
> 
> 
> there's also uWSGI
> 

I'm using nginx/uWSGI/Orbit in production right now. uWSGI has a bit of a
learning curve, but works nicely once it's running.

-- 
Aaron B. <aaron@zadzmo.org>