Skip to content

rgl/node-external-process-promises-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Build

This example Node.js application starts an external process and parses its output to resolve two promises.

This is implemented by the startApp function, which is used as:

const { verificationUrlPromise, claimsPromise } = startApp();

console.log("verification url:", await verificationUrlPromise);
console.log("claims:", await claimsPromise);

Usage

Install Node.js.

Install the dependencies:

npm ci

Run the example:

npm run example

About

example Node.js application starts an external process and parses its output to resolve two promises

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published