sourceplusplus
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

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"

Readme

Keywords

none

Package Sidebar

Install

npm i sourceplusplus

Weekly Downloads

5

Version

0.0.9

License

none

Unpacked Size

118 kB

Total Files

81

Last publish

Collaborators

  • sourceplusplus