[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: FastCGI (libfcgi) binding for Lua available on github
- From: Marc Balmer <marc@...>
- Date: Sun, 18 Aug 2013 12:56:06 +0200
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