Emit server events to a redis subscriber
Create a .env.inc
file located in the src/scripting/include
directory binding the following symbols:
IP or domain to the server running redis
Port on which the redis server is running
Authentication password
An example file is included in the src/scripting/include
directory.
Using Node.js, one may easily automate building the plugin using the command: npm i && npm run build
.