Breadcrumbs

Node.js Services Reference Guide

You can run Node.js services on the E2E 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

DocumentationName of the ModuleShort DescriptionGitHub LinkNPM Link(25.3) E2E Authorization Packagee2e-authPassport like module used for authentication and authorization against E2E Authorization Servere2e-auth@GitHube2e-auth@NPM(25.2) E2E Authorization Packagee2e-authPassport like module used for authentication and authorization against E2E Authorization Servere2e-auth@GitHube2e-auth@NPM(25.1) E2E Authorization Packagee2e-authPassport like module used for authentication and authorization against E2E Authorization Servere2e-auth@GitHube2e-auth@NPM(25.0) E2E Authorization Packagee2e-authPassport like module used for authentication and authorization against E2E Authorization Servere2e-auth@GitHube2e-auth@NPM(24.3) E2E Authorization Packagee2e-authPassport like module used for authentication and authorization against E2E Authorization Servere2e-auth@GitHube2e-auth@NPM(24.1) E2E Authorization Packagee2e-authPassport like module used for authentication and authorization against E2E Authorization Servere2e-auth@GitHube2e-auth@NPME2E Authorization Packagee2e-authPassport like module used for authentication and authorization against E2E Authorization Servere2e-auth@GitHube2e-auth@NPM(25.3) Node.js Interface to the Bridgee2e-bridge-libNode.js library allowing interaction with the Bridgee2e-bridge-lib@GitHube2e-bridge-lib@NPM(25.2) Node.js Interface to the Bridgee2e-bridge-libNode.js library allowing interaction with the Bridgee2e-bridge-lib@GitHube2e-bridge-lib@NPM(25.1) Node.js Interface to the Bridgee2e-bridge-libNode.js library allowing interaction with the Bridgee2e-bridge-lib@GitHube2e-bridge-lib@NPM(25.0) Node.js Interface to the Bridgee2e-bridge-libNode.js library allowing interaction with the Bridgee2e-bridge-lib@GitHube2e-bridge-lib@NPM(24.3) Node.js Interface to the Bridgee2e-bridge-libNode.js library allowing interaction with the Bridgee2e-bridge-lib@GitHube2e-bridge-lib@NPM(24.1) Node.js Interface to the Bridgee2e-bridge-libNode.js library allowing interaction with the Bridgee2e-bridge-lib@GitHube2e-bridge-lib@NPMNode.js Interface to the Bridgee2e-bridge-libNode.js library allowing interaction with the Bridgee2e-bridge-lib@GitHube2e-bridge-lib@NPM(25.3) Transaction Logger for Node.jse2e-transaction-loggerTransaction logger to use with the E2E Bridgee2e-transaction-logger@GitHube2e-transaction-logger@NPM(25.2) Transaction Logger for Node.jse2e-transaction-loggerTransaction logger to use with the E2E Bridgee2e-transaction-logger@GitHube2e-transaction-logger@NPM(25.1) Transaction Logger for Node.jse2e-transaction-loggerTransaction logger to use with the E2E Bridgee2e-transaction-logger@GitHube2e-transaction-logger@NPM(25.0) Transaction Logger for Node.jse2e-transaction-loggerTransaction logger to use with the E2E Bridgee2e-transaction-logger@GitHube2e-transaction-logger@NPM(24.3) Transaction Logger for Node.jse2e-transaction-loggerTransaction logger to use with the E2E Bridgee2e-transaction-logger@GitHube2e-transaction-logger@NPM(24.1) Transaction Logger for Node.jse2e-transaction-loggerTransaction logger to use with the E2E Bridgee2e-transaction-logger@GitHube2e-transaction-logger@NPMTransaction Logger for Node.jse2e-transaction-loggerTransaction logger to use with the E2E Bridgee2e-transaction-logger@GitHube2e-transaction-logger@NPM

Preconditions

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

Related Pages: