Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Node.js 中创建一个守护进程并使用另一种语言来编写外部 GUI(可能是 Python)。我应该使用什么来在它们之间进行通信?
我建议您是否可以让您的 node.js 守护程序使用内置于 web 服务器的 node.js 运行 web 服务,这样您就可以通过 http 进行通信并使用 REST 风格的软件架构。