0

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

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265
oiyio
  • 5,219
  • 4
  • 42
  • 54

2 Answers2

1

What about using Luasockets? Apparently gideros has luasocket installed.

SatheeshJM
  • 3,575
  • 8
  • 37
  • 60
0

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.

Bartek Banachewicz
  • 38,596
  • 7
  • 91
  • 135