Chinese Documentation : Running and debugging apps

If you created your application using the slc loopback Application generator, then you can run your application with the slc run command, as explained in Running apps.  In the simplest case, this command does the same thing as node . or node server/server.js, however slc run provides many additional options, for example, clustering, logging, and for monitoring and management; See Operating Node applications for more information.

REVIEW COMMENT from Rand
Are there other reasons to use "slc run" vs. "node ." ?

When running an application, you can specify debug strings that the application will display to the console (or save to a file), and you can also use Node Inspector to debug the running app. For more information, see: