سؤال

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