Plugins are standard NPM packages published on npmjs.com.
 See all existing DbGate plugins.
 Visit dbgate generator homepage to see, how to create y

dbgate / dbgate

submited by
Style Pass
2021-06-17 05:30:07

Plugins are standard NPM packages published on npmjs.com. See all existing DbGate plugins. Visit dbgate generator homepage to see, how to create your own plugin.

Basic set of plugins is part of DbGate git repository and is installed with app. Additional plugins pust be downloaded from NPM (this task is handled by DbGate)

This mode is very similar to production run of electron app. Electron app forks process with API on dynamically allocated port, works with compiled javascript files and uses compiled version of plugins (doesn't use localhost:5000)

Leave a Comment
Related Posts