This section is intended to help you with basic task you may encounter when using Server Side Scripts. If you are new to node.js, we strongly recommend to read some general tutorial about node.js and asynchronous programming. Good tutorials can be found here:
https://code.tutsplus.com/tutorials/nodejs-for-beginners–net-26314
http://nodeguide.com/beginner.html
When reading the tutorials, you can skip the node.js installation and environment set up, it is already done by myDESIGNER for you. Also to install new packages, you can use embedded npm in myDESINGER. It is located on the main toolbar.
We wish you happy coding!
Did we forget to mentions myDESIGNER has embedded debugger for your scripts? Just press “debug” to debug your code instantly.