This is the client (and server) side api needed to connect and consume an OpenIAP flow instance, using one of the multiple protocols supported.
This version is for nodejs only, for browser implementation please see the jsapi version
See documentation for more information and examples
Install using npm with
npm install @openiap/nodeapi
For bleeding edge version directly from github, use note: this require you also have git installed
npm install openiap/nodeapi