๐Ÿ› ๏ธ VitNode is still in development! You can try it out, but it is not recommended to use it now in production.
๐Ÿ”Œ Plugins

Plugins

In VitNode we're implementing a plugin system. This means that you can create your own plugins and use them in your VitNode instance.

โš ๏ธ

Make sure you have developer mode enabled.

Plugin schema

When you're created a plugin VitNode will created few files for you on backend side, but not in frontend side. Below you can see the schema of folders for your plugin files.

            • functions.ts
            • index.ts
          • {your_plugin}.module.ts
        • {your_plugin}.module.ts
          • home.ts