Page 1 of 1

Run javascript in the Cuda console

Posted: 22.03.2021 01:18
by jsdev
Hello, I'm new to Cuda and I found it very interesting, and to make it better, is it possible to use his terminal to test / execute pure javascript code and present the results on the Cuda console?
Thanks...

Posted: 22.03.2021 07:18
by Shovel
If you have nodejs installed, you can run .js with Runner plugin (although output will go to the Output panel)
If this is not what you want, could you give some examples of what you want to do?

Posted: 22.03.2021 10:30
by uvviewsoft
It's possible to use TerminalPlus plugin, here it works to run 'nodejs' with parameter (file name) or w/o parameter.
viewtopic.php?f=19&t=2645

And: Runner plugin with JS build-system.
viewtopic.php?f=19&t=2659