0.0.9 • Published 1 year ago

sourceplusplus v0.0.9

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

npm.io

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"
0.0.9

1 year ago

0.0.1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago