What is this?
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.
Usage
npm i sourceplusplus
Attach
Plain javascript
const SourcePlusPlus = require("sourceplusplus");
SourcePlusPlus.start();
Typescript
import SorcePlusPlus from "sourceplusplus";
SourcePlusPlus.start();
Config
Add spp-probe.yml
to working directory (or set SPP_PROBE_CONFIG_FILE
env):
spp:
platform_host: "localhost"
skywalking:
collector:
backend_service: "localhost:11800"