Everybody, If I want to strip the core execution logic of the node-red deployment process and execution process, and then integrate them into my project, which part of the source code should I focus on?
A difficult question without a simple 1 line answer. It is something you will likely have to explore yourself.
That said, Node-RED can be embedded in an application and the editor can be disabled. In essence, you can already pretty much use the core without the editor interface already.
References:
- Embedding into an existing app : Node-RED
- Configuration : Node-RED (see
disableEditor
)
Thanks for your guidance!
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.