noflo 如何在服务器上保存 noflo-ui 中的更改

noflo how to save changes in noflo-ui at the server

我在我的服务器上安装 node + noflo 并创建一个 .fbp。 现在我用

noflo-ui 启动 ws 服务器
node node_modules/.bin/noflo-nodejs --graph graphs/test1.fbp

现在我得到 url ui。在那里我可以做出改变。 但是此更改不会保存回 fbp 文件。 如果我停止节点,我将丢失所有更改。

i not have seen any save button. is there a method to save?

是否可以 运行 多个 fbp 文件而无需每次都启动新服务器?

目前无法将修改后的图表 and/or 组件直接保存到服务器,Flowhub. However, for future use the spec 已经包含将用于此目的的 network:persist 功能。

与此同时,最好通过 GitHub...将您的更改推送到 git 存储库,然后拉到服务器。

当您打开 实时模式 URL 时,运行时更改不会在任何地方保留。但是如果您将运行时添加到 Flowhub(例如手动使用 IP+端口),那么您可以启动一个项目并且更改会自动保存在您的浏览器中。 然后您可以将图形导出为 .json,或推送到 Github.

目前无法在 "live mode" 和 "project mode" 之间切换。