Question

I need a method in Lua. This method should work like post and get methods which exist in php. I need it to build a simple login page with lua. What i need to do it with Lua? Thanks in advance

Was it helpful?

Solution

What about using Luasockets? Apparently gideros has luasocket installed.

OTHER TIPS

If you want it to act as a web server, you will probably need something like Xavante.

Other than that, beforementioned luasockets has some HTTP functions; you should look at its documentation.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top