Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gbrault/e686bd2b1790b076fd44a65264289d2f to your computer and use it in GitHub Desktop.
Save gbrault/e686bd2b1790b076fd44a65264289d2f to your computer and use it in GitHub Desktop.
Node-Red is a great piece of work but lake three key features:
* A file browser and editor
* A remote console
* An SQL manager for Sqlite
To extend Node-RED, three piece of software of interest
* ShellInABox: [see](https://github.com/shellinabox/shellinabox) a very nice https Linux console
* CloudCmd: [see](https://github.com/coderaiser/cloudcmd) a file and editor browser with a console as well (but less conformant than ShellInAbox)
* nrsqljs: [see](https://github.com/gbrault/nrsqljs) an SQL manager to browse and edit database tables for sqlite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment