بسم الله الرَّحْمَنِ الرَّحِيمِ
Residue NodeJS Client
A very simple, secure NodeJS library to interact with residue seamlessly.
This module provides interface for connecting and interacting with residue server seamlessly, means, once you are connected this module takes care of expired tokens and clients and keep itself updated with latest tokens and ping server when needed to stay alive.
Crypto Module
This library depends on NodeJS Crypto Module. If it is not available, library will fall down to use Ripe command-line tool. If none is available, library will not work.
API
connect(params)
Connects application to residue using params
disconnect()
Disconnects application from residue
Logger
Logger class for logging interface
Sample
You can check out nodeJS sample client app for practical use of this package.