如何将数据从 Lua 脚本发送到 Meteor 应用程序?

How to send data from a Lua Script to a Meteor app?

我想用我的 lua 魔兽世界插件中的数据更新 Meteor Leaderboard 应用程序。

可以Lua发送POST请求吗?如果是这样,由于 Meteor 使用 DPP,Meteor 如何处理请求?

谢谢大家!

是的,您可以使用 luasocket 从 Lua 发送 POST 请求。有关详细信息,请参阅 this SO answer and luasocket http documentation