JavaScript expressions evaluation
IRIS is known to have a built-in Python bridge and even allows you to write Python server code but what about JavaScript? Let's say I need a JavaScript expression interpreter. What would you recommend as the most effective way to get one? It is highly desirable that the solution does not require administrator privileges and uses in-process communication (I mean not http and not unix-specific interprocess-communication via command line)
Product version: IRIS 2022.3
Try PythonMonkey or Js2Py.
Thanks a lot!
In short, I failed.
1. This requires installing pip3 on Unix and you'll need to be su
2. If you want to reference npm libraries, you'll need to be su (although technically it's possible to place JS library/libraries code in the XData section(s))
3. The most annoying thing is that most JS libraries are asynchronous and that's a dead end