@dws/muster-remote
TypeScript icon, indicating that this package has built-in type declarations

6.7.2 • Public • Published

Muster Remote

Introduction

Nodes for connecting to remote Muster instances running Muster-Server, using WebSockets to maintain the connection.

Usage

import {
  remote
} from '@dws/muster-remote';

const graph = {
  server: remote('ws://server:8999', { useSockets: true })
};
// ...

Install

With npm installed, run

$ npm install @dws/muster-remote

License

MIT

Package Sidebar

Install

npm i @dws/muster-remote

Weekly Downloads

0

Version

6.7.2

License

MIT

Unpacked Size

47.3 kB

Total Files

27

Last publish

Collaborators

  • dws-admin