Xbasic

NodeServices Namespace

Description

System Helper classes implemented in node.

Name
Description
NodeServices::Firestore Class

Methods for interacting with Google Cloud Firestore, a NoSQL document database, from within Alpha Anywhere applications.

NodeServices::Handlebars Class

Expand 'Handlebars' templates from Xbasic.

NodeServices::NodeMemory Class

A NodeServices object that provides insight into Node.js memory usage and exposes a method to invoke garbage collection (when permitted).

NodeServices::TimeBasedToken Class

Time based tokens are typically used in features like two factor authentication. A time based token is a token that automatically expires after a short period of time. The NodeServices::TimeBasedToken class can be used to generate or validate a time based token.