lua-users home
lua-l archive

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


Try Openresty. :)

2016-09-04 0:37 GMT+08:00 Rena <hyperhacker@gmail.com>:

On Sep 3, 2016 6:05 AM, "Alban Linard" <alban.linard@gmail.com> wrote:
>
>
> > Mikoláš Štrajt <strajt9@seznam.cz> wrote :
> >
> > Hi,
> > I am trying tu use Lua as web development language, because I am tired of PHP.
> > Which hosting do you use for your Lua projects? It seems that it´s possible to use Heroku.
>
> It seems that you can use Lua Heroku build pack:
>
>   https://github.com/leafo/heroku-buildpack-lua
>
>
>

There is a mod_lua for Apache HTTP Server, that in theory could be used to generate pages. Unfortunately it never got as popular as PHP. Last I checked (years ago) it wasn't well documented, and was more intended for configuring Apache itself, but it could do what you want.