JSTP is an RPC protocol and framework which provides two-way asynchronous data transfer with support of multiple parallel non-blocking interactions that is so transparent that an app may not even distinguish between local async functions and remote procedures.
Installation¶
JSTP works in Node.js and web browsers:
$ npm install --save @metarhia/jstp
Or, alternatively, there is jstp.umd.js UMD bundle.
We also have official client-side implementations for Swift and Java that work effortlessly on iOS and Android 🎉
There is also an interactive CLI provided by this package:
$ npm install -g @metarhia/jstp $ jstp-cli