0.0.14 • Published 11 months ago

@astronautlabs/waypoint v0.0.14

Weekly downloads
-
License
SEE LICENSE IN CL...
Repository
-
Last release
11 months ago

@astronautlabs/waypoint

A media server for the web era

Waypoint is Astronaut Labs' commercial media server solution. This NPM package is the public API for programmatically interacting and extending Waypoint. It does not include the Waypoint server itself.

npm i @astronautlabs/webrpc @astronautlabs/waypoint -g

Usage

import { RPCSession } from "@astronautlabs/webrpc"; 
import { Waypoint, Workflows } from "@astronautlabs/waypoint";

let session = await RPCSession.connect('wss://my-waypoint.example.com/');
let waypoint = await session.getRemoteService(Waypoint);
let workflows = await session.getRemoteService(Workflows);

console.log(`Here is some information about the Waypoint server:`);
console.dir(await waypoint.info());

console.log(`Here are the installed workflows:`);
console.dir(await workflows.all());
0.0.14

11 months ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago