Nodered
An extensible network service container for Node.js.
Install / Use
/learn @horatio-sans-serif/NoderedREADME

NodeRed is an extensible network service container for Node.js.
NodeRed provides plumbing such as a TCP/IP and WebSocket server, a protocol parser, a request dispatcher, inter-node communication via Redis' PUBSUB features, and extensibility via JavaScript.
NodeRed is written for Node.js. Moreover, extensions are simply Node.js modules. These extensions may add new request handlers to the NodeRed client-server protocol; may hook into NodeRed client-handling events (e.g. on client connection); and may emit their own events that yet other extensions may listen for and react to.
An extension might add a feature such as user registration, authentication, validating the moves made in a chess game, perform web searches, query a database, anything really. Extensions may piggyback on the functionality of other installed extensions (provided they know how to do so).
Clients may perform basic "service discovery" to determine which extensions are installed on any NodeRed instance.
A NodeRed client connects to a single NodeRed instance in a cluster, issues one or more requests over some arbitrary period of time, receives responses and pushed notifications, and disconnects.
NodeRed is compatible with Node.js 0.1.91 or later and Redis 1.3.8 or later.
Related Skills
node-connect
337.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.2kCommit, push, and open a PR
