Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.14 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.14 KB

License NPM E2E

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"