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.
作为在 Bluemix 中使用 NodeRed 的 IoT 项目的一部分,我现在需要以某种方式呈现这些数据。我不知道对我来说最好的选择。我可以将数据保存到 sql 数据库,但我正在寻找一个解决方案来显示我从 NodeRed 推送到数据库的这些条目。
我解决这个问题的方法是使用 Nodered 的 websockets 将更新推送到我设计为仪表板的网页。
因此,使用 NodeRed 执行此操作的最简单方法是使用模板节点和 HTTP 输出节点。您可以使用模板节点将数据注入网页,然后在 NodeRed 中提供该网页。