0

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!

Changbai Li
  • 88
  • 1
  • 5

1 Answers1

1

Yes, you can send POST requests from Lua using luasocket. See this SO answer and luasocket http documentation for details.

Community
  • 1
  • 1
Paul Kulchenko
  • 25,884
  • 3
  • 38
  • 56