Show / Hide Table of Contents
Edit on GitHub

Using Rest PKI on Node.js

Rest PKI can be used on Node.js. To get started, choose one of the available samples projects:

  • Node.js MVC
  • Node.js Single Page Application (SPA)

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.

Back to top Copyright © 2015-2020 Lacuna Software