Skip to content
Mike Blackstock edited this page Oct 19, 2017 · 2 revisions

status: published

This documentation audience is Node-RED developers who are working with the internals of Node-RED.

Topics

  • Admin API - This HTTP-based API can be used to remotely administer the runtime. It is used by the Node-RED Editor and command-line admin tool.
  • Runtime API - This API can be used when embedding Node-RED into another application.
  • Storage API - This API provides a pluggable way to configure where the Node-RED runtime stores data.
  • Editor UI Widgets - A set of jQuery widgets that can be used within a node’s edit template. Since 0.14
Clone this wiki locally