Skip to content

Plugin State Server

Provides a simple backend for online storing and sharing of Mol* sessions used by mol-plugin and mol-state modules.

Example

sh
node lib/commonjs/servers/plugin-state --workding-folder ~

Usage

ArgumentDescription
--working-folderWorking folder path
--portServer port. Alternatively, use ENV variable PORT.
--api-prefixServer API prefix
--max-statesMaximum number of states to save
sh
node lib/commonjs/servers/plugin-state [-h] --working-folder WORKING_FOLDER [--port PORT] [--api-prefix API_PREFIX] [--max-states MAX_STATES]