在 Google App Engine(Python)中运行 Lua 脚本的方法?

我有一堆 Lua 脚本需要移植到 Google App Engine 应用程序中。理想情况下,我希望能够通过解释器或类似 Lupa 的包装器/桥来在 Python 中运行这些脚本。有关如何实现这一点的任何想法吗?

点赞
用户4458510
用户4458510

在 App Engine Flex 中设置一个独立的微服务,以便您可以执行以下操作:

从 Python 运行 Lua 脚本

2018-08-09 20:11:48