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 ?
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).
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