英文:
Running two Node-RED projects simultaneously in the same instance
问题
我有两个独立的Node-RED项目(与流不同),因为我在两个Git存储库中跟踪它们。
似乎每次我打开一个项目,另一个就停止工作。有没有办法同时运行两个项目?我找到了这个包,但如果可能的话,我更愿意在Node-RED内部实现这个功能。
英文:
I have two separate Node-RED projects (not to be confused with flows) because I track them in two Git repositories.
It seems that every time I open one project, the other one stops working. Is there any way to run both projects simultaneously? I found this package, but I'd prefer to achieve this natively within Node-RED if possible.
答案1
得分: 0
Node-RED 是一个单一租户环境,一次只能运行单一的流程或项目。
如果您想同时运行多个项目,那么您需要运行多个 Node-RED 实例。
英文:
No, Node-RED is a single tenet environment, it can only run a single set of flows or project at a time.
If you want to run multiple projects at a time then you need to run multiple instances of Node-RED.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论