Cryptlex lets you license your software apps effortlessly. You can easily generate license keys using the REST API or Dashboard and validate the license keys in your software apps using LexActivator (Cryptlex client library), implement floating licenses using LexFloatClient library.
Additionally, you can offer trials, subscriptions, floating licenses and much more.
LexFloatClient.js is a Node.js wrapper for LexFloatClient licensing library.
npm install @cryptlex/lexfloatclient
Then you can include it in your code:
const { LexFloatClient, LexFloatStatusCodes, LexFloatClientException } = require('@cryptlex/lexfloatclient');
Refer to following for documentation: