Run javascript in the Cuda console

Post Reply
jsdev
Posts: 1
Joined: 22.03.2021 01:12

Run javascript in the Cuda console

Post 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...
Shovel
Posts: 141
Joined: 31.12.2019 10:16

Post 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?
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post 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
Post Reply