I would like to update a Meteor Leaderboard app with data from my lua plugin for World of Warcraft.
Can Lua send POST request? If so, since Meteor uses DPP, how does Meteor handle the request?
Thanks folks!
I would like to update a Meteor Leaderboard app with data from my lua plugin for World of Warcraft.
Can Lua send POST request? If so, since Meteor uses DPP, how does Meteor handle the request?
Thanks folks!
Yes, you can send POST requests from Lua using luasocket. See this SO answer and luasocket http documentation for details.