Breadcrumbs

Node.js Services Reference Guide

You can run Node.js services on the Bridge® as described in Managing Node.js Services. Additionally, you can use a set of ready Node.js modules facilitate building own Node.js services. The Node.js Services Reference Guide is a comprehensive E2E Bridge guide that describes how to use these modules and to get the most out of them.

All Node.js packages can be downloaded from NPM. Just search for the module name listed in the documentation (or click one of the links in the table below) and install it using npm install <name of the module>.

Topic Overview

Documentation

Name of the Module

Short Description

GitHub Link

NPM Link

E2E Authorization Package

e2e-auth

Passport like module used for authentication and authorization against E2E Authorization Server

e2e-auth@GitHub

e2e-auth@NPM

Node.js Interface to the Bridge

e2e-bridge-lib

Node.js library allowing interaction with the Bridge

e2e-bridge-lib@GitHub

e2e-bridge-lib@NPM

Transaction Logger for Node.js

e2e-transaction-logger

Transaction logger to use with the E2E Bridge

e2e-transaction-logger@GitHub

e2e-transaction-logger@NPM

Preconditions

An understanding of object-oriented concepts and Node.js is useful.

Related Pages: