-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
We already have some powerful abstractions, and code reusability reducing the code we need to write and maintain per project. But the final step to make this low code is being able to put together an app in a GUI.
The step shouldn’t be gigantic, essentially we just want to dynamically wire up the plugins we want to use:
- Make plugins findable through NPM package keywords
- Make it possible to install and configure these plugins.
- Dynamically generate an “app.ts”, or maybe a JSON representation of it.
- Restart the server (or just reload plugins) after config update