Skip to content
Austin Keener edited this page Aug 5, 2019 · 2 revisions

Twine

Twine strives to provide an extendable, fluent, and explicit representation of a repeatable IPC request.

Installation

Browsers (npm)

npm install --save @inmar/twine-browser

Note: The browser version depends on fetch. If using in a browser that doesn't support fetch consider using a polyfill like whatwg-fetch.

Node (npm)

npm install --save @inmar/twine-node

Introduction

Concepts

Clone this wiki locally