Marscode - a web editor created with monaco-editor, jquery file tree and nodejs file tree to read, write, edit, delete '(CRUD)
files.
To install and run:
npm install marscode
node index
File tree base folder set to cwd
(Current Working Folder)
You can use the Editor with any server side languages (Java, Python, C#, PHP, NodeJS, Go, Ruby etc.) with REST API calls that returns the same json data for file tree and for the Monaco Editor.