是否可以将 node.js 和 python 代码放在一起?

Is it possible to keep node.js and python codes together?

假设我用 node.js 构建了一个后端。 我还构建了一个仪表板,显示使用 python(seaborn 或 matplotlib 等)分析的数据集。 前端是用 react.js

构建的

是否可以将 python 代码与 JavaScript 代码集成,以便仪表板在网站上可见?

这取决于您构建仪表板的方式。您可以尝试使用 react-chartjs 并从后端的 运行 您的 python 脚本获取数据。

是的,我们可以在 web throw WebAssembly, WebAssembly is now standard language in web along with HTML/CSS/JS, Where we can integrate other language code to web browser in binary form. Refer this issue 中集成 Python 以将 python 代码编译为 WebAssembly。

我建议您可以在一台机器上使用 Docker 或 containerd 来 运行 不同的语言。这些服务通过 http restful api 通过名称相互访问。使用 nginx 路由不同 url.