lapis icon indicating copy to clipboard operation
lapis copied to clipboard

Lapis for Lua >= 5.3

Open EduardShaid opened this issue 7 years ago • 6 comments

Is Lapis appears to LUA 5.3 ?

EduardShaid avatar Sep 06 '16 14:09 EduardShaid

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

leafo avatar Sep 07 '16 00:09 leafo

lapis works with lua-http and cqueues: supporting lua 5.3 should be possible.

daurnimator avatar Sep 03 '17 07:09 daurnimator

Recommended Use luajit2.1

https://github.com/openresty/luajit2/releases

sixtool avatar Dec 21 '18 01:12 sixtool

Any solution?

jhoonb avatar Jul 03 '20 21:07 jhoonb

@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 - {} `

max-bertinetti avatar Aug 22 '22 13:08 max-bertinetti

I'm actually using Lapis with Lua 5.4 and http / cqueues using Nginx as a rexerse proxy and for sarving the static files

ghost avatar May 24 '23 15:05 ghost