Note: This project is a work in progress. Not all features are implemented yet.
This project provides Node.js support to the Source++ open-source live coding platform.
npm i sourceplusplus
const SourcePlusPlus = require("sourceplusplus");
SourcePlusPlus.start();
import SorcePlusPlus from "sourceplusplus";
SourcePlusPlus.start();
Add spp-probe.yml
to working directory (or set SPP_PROBE_CONFIG_FILE
env):
spp:
platform_host: "localhost"
skywalking:
collector:
backend_service: "localhost:11800"