lua-users home
lua-l archive

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


For a project I needed to be able to write FastCGI applications in Lua.
 I wrote a small binding for the popular libfcgi, the result is on
github:  http://github.com/mbalmer/luafcgi.

libfcgi operates in a one-request-at-a-time mode, so this is good for
web-based applications but maybe not so much for high-volume web sites.

Comments - as usual - welcome ;)

- Marc Balmer