lpereira / lwan

Experimental, scalable, high performance HTTP server
https://lwan.ws
GNU General Public License v2.0
5.94k stars 548 forks source link

Support for some kind of scripting language #13

Closed lpereira closed 10 years ago

lpereira commented 10 years ago
torhve commented 10 years ago

I would love to test LuaJIT under lwan!

wilsonwen commented 10 years ago

FCGI would be great!

craigbarnes commented 10 years ago

LuaJIT could also help with issue #33. You'd get JIT compilation for free if the template engine generated Lua code.

lpereira commented 10 years ago

@craigbarnes Good idea. Might give it a shot before writing something akin to OpenResty, as it's a lot less work and should serve as a way to get used to the Lua C APIs.

ghost commented 10 years ago

+1 to FCGI & LUA