Using Rest PKI on Node.js
Rest PKI can be used on Node.js. To get started, choose one of the available samples projects:
Client library
All Express/Node.js sample projects use the NPM package restpki-client to access Rest PKI on Node.js applications.
To add it to your project, put this on your package.json
file:
{
"dependencies": {
"restpki-client": "2.1.0"
}
}
After that, do a npm install
to download the package and its dependencies (if you don't have npm installed, get it here)
Source code
The package is open-source, hosted on GitHub. Feel free to fork the package if you need to make any customizations.