Call Server-side Functionality from VB Studio

VB Studio apps run in the client’s browser. If you want to invoke external code residing on some other server, create a REST wrapper for that code and use VB Studio to call REST services and invoke them.

This also applies to Node.js code on the server which is in JavaScript.