Question: how to execute Lua script in java web application?

It is necessary to press the buttons to execute various lua scripts from the web interface on java, I just don’t even know where to look and where to look, but the task must be done, thanks in advance.

1 answer 1

I recommend looking towards The Java Scripting API . Through it, you can work with Groovy scripts and even with JavaScript. If there is a solution for LUA, then it should be explicitly written using it.