Running Lua scripts using FastCGI

2020-07-18 03:01发布

I am currently trying to figure out ways to run Lua scripts using FastCGI with either lighttpd or Nginx. The only thing I was able to dig up yet was WSAPI of the Kepler project. But I wonder if there are other possibilities. Important for me is:

  • should be as lightweight as possible
  • should be stable enough to use in a production environment

Many thanks in advance.

1条回答
等我变得足够好
2楼-- · 2020-07-18 03:23

I would recommend taking a look at this project: http://github.com/STPeters/luafcgid

There are instructions on how to use it with nginx.

查看更多
登录 后发表回答