Hi again. Advice needed. I want to perform simple calculations (averages, multiply, divide, add, subtract, etc.) with data pulled from an API. Should I use Xano instead of MS Data Tables? Been hearing about this WMX tech stack. Maybe I'll need Wize too to handle the JS for a WMWX stack?
4 comments
Where do you want to use the calculations?
Just to display on your site?
If yes, it can be done with pure JS
I want to display on the site without users knowing what the proprietary calculations are (analytics predictions). Do I need another database for the calculation part?
You don't want to run js query within the website?
I don't think you need any new database
I can do that 🙂 I thought I read somewhere that the JS will be front-end and exposed when a member uses inspect, though? If so, I think I can use something like this to mask the code: https://obfuscator.io/
Please sign in to leave a comment.