...
If the service program is converted to Node.js in the future, no dependencies will be broken, and you can continue to call the functions in the same exact way.
By calling procedures directly or creating wrapper functions
...
If the procedure itself is converted to Node.js in the future, no dependencies will be broken, and you can continue to call the function in the same exact way.
By using pjs.callProcedure() for advanced scenarios
...