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

有帮助吗?

解决方案

What about using Luasockets? Apparently gideros has luasocket installed.

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top