Cryptlex for nodejs

Hi,

We
are using a nodejs application. we need to implement licensing for our
application. I came across and downloaded cryptlex LexActivater
libraries and so on. Could you let me know how can use it with my nodejs
app. Is it compatible with nodejs?

Node.js is primarily used for web applications. Though it can be used
for desktop applications but the code will be visible to you users.

So  you mean you have compiled it to an exe using enclosejs or jxcore ?

Yes
ours is a web application which can be run on customer machines. We are
packaging our app as tar and giving to customers. Right  now we are
scrambling our code using Jscrambler(which is compatible with nodejs). 

We want to know the capabilities cryptlex and how it can be used in our project. Is it possible to use it in nodejs?.

Will it be easy if we use enclosejs or jxcore ?. Kindly let us know the possibilities. Thanks

Lexactivator is a C/C++ library and hence can be used with any language. But languages other than C/C++/Objective-C need a wrapper. The official wrappers are currently available for C#, VB, Delphi and Java.

Since, we don;t have any plans for adding Node.js wrapper soon (depends on user demand) you will have to create one yourself in case you want to using Node-FFI

Thanks
for the info. We can use a java wrapper and bind it with nodejs. Will go
through the manual and get back to you if any help needed. Thanks