gpt4 book ai didi

javascript - 如何从不同环境中托管的文件执行 Heroku 托管的 node.js 文件中的函数?

转载 作者:行者123 更新时间:2023-12-02 21:31:38 24 4
gpt4 key购买 nike

我目前使用主机 Winds 来托管 html/css/js 文件。我需要使用 Node 进行新项目方面,主机 Winds 说 id 必须使用虚拟专用服务器。所以我认为我会使用 Heroku,因为我已经有部署到该环境的经验。

heroku 应用程序必须执行 strip 操作:(虚拟数据)

const stripe = require('stripe')('sk_test_NOFBwvYmIyZln2c64bv84A');

stripe.oauth.token({
grant_type: 'authorization_code',
code: 'ac_123456789',
}).then(function(response) {
// asynchronously called
var connected_account_id = response.stripe_user_id;
});

随后是 firebase firestore 写入操作

如何从 Hostwinds 上托管的文件连接到 heroku 环境?是否像在 node.js heroku 部署中创建 Express 服务器一样简单,然后从主机 Winds 托管的网页调用 fetch POST/GET 到 Express 端点

最佳答案

Is it as simple as creating an express server in the node.js heroku deployment, and calling a fetch POST/GET to an express endpoint from the web page thats hosted by host winds

确切地说,在heroku服务器上调用应用程序中的路由之一,然后从那里运行您的函数。

关于javascript - 如何从不同环境中托管的文件执行 Heroku 托管的 node.js 文件中的函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60610189/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com