I plan to try out OpenResty in the next days, it brings the great Lua language to the web (Nginx web server). In the benchmark OpenResty is in the top part next to C/C++/Java based frameworks: <a href="http://www.techempower.com/benchmarks/#section=data-r11&hw=peak&test=json" rel="nofollow">http://www.techempower.com/benchmarks/#section=data-r11&hw=p...</a><p>OpenResty needs a new website <a href="http://openresty.org/" rel="nofollow">http://openresty.org/</a> , confusing JS. With more examples, links to frameworks like Lapis, mention high profile users of OpenResty, etc.
We use it a lot at Mashape, since Kong (<a href="https://github.com/Mashape/kong" rel="nofollow">https://github.com/Mashape/kong</a>) is entirely powered by OpenResty and probably by now, Kong is the most used and adopted OpenResty software.<p>Without OpenResty we couldn't have built Kong or make it freely available to everyone.
Turbo offers another approach, similar to Python's Tornado web framework. I really like using a lightweight, super fast, easy-to-hack web server. Lua strikes me as a great language for web tooling.<p><a href="https://github.com/kernelsauce/turbo" rel="nofollow">https://github.com/kernelsauce/turbo</a>
I've been playing with OpenResty + MoonScript (<a href="http://moonscript.org" rel="nofollow">http://moonscript.org</a>) for various web app middleware features, and so far it's been fantastic. The performance is pretty much as good as you can get without a full C/C++ rewrite, and Lua/MoonScript is better than serving dynamic content solely with nginx config directives.