I want to allow users to execute Lua through my webpage (use the Lua to manipulate elements on the page). How would I perform this? Is this possible?
What language would be required to do all of this? Can I do this with only HTML and JavaScript? Do I need to use a language such as ASP or PHP?
Thanks if you can!