virto-network / valor

Create HTTP APIs with a plugin system that runs in the server and the browser.
GNU General Public License v3.0
9 stars 8 forks source link

Feature gate all the things! #38

Open olanod opened 3 years ago

olanod commented 3 years ago

The runtime needs to be as tiny as possible with no enabled features by default. Anything that looks like it can be a feature behind a flag should be. We need to pay attention to what gets exported for plugin authors and not make assumptions like the plugin being an HTTP handler.