lapis
lapis copied to clipboard
Lapis for Lua >= 5.3
Is Lapis appears to LUA 5.3 ?
lapis currently only runs in openresty, which requires luajit (which is mostly 5.1, but with some newer features built in)
I have plans to decouple the server backend so it can run on more versions of lua, but I'm not sure when that will happen
lapis works with lua-http and cqueues: supporting lua 5.3 should be possible.
Recommended Use luajit2.1
https://github.com/openresty/luajit2/releases
Any solution?
@daurnimator @leafo how to serve static files (e.g. css files)? Actually I'm trying Lapis with cqueues and http but receiving
` [200] GET / - { }
[500] GET /assets/styles.css - {} `
I'm actually using Lapis with Lua 5.4 and http / cqueues using Nginx as a rexerse proxy and for sarving the static files