Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 520 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 520 Bytes

SYNOPSIS

A Node.js adapter for the Operator Framework

DESCRIPTION

Operator Framework uses a simple uri-based protocol for brokering messages between the render process and the main process. Messages are sent over stdin and stdout. This module is an optional, higher level adapter for this protocol that should make Node.js developers feel more at-home. Check out the this repo for some examples about how to use it.