Use external blocks of code within a Node.js service. Allows for some of the logic to be centrally located.
- Execute VM scripts fetched from a remote location, e.g. gist.
- Support for private GitHub repositories.
Define a remote function using a URL.
var remoteMethod = vm;
Execute remote function, passing in some new data.
remoteMethod;
Flush cached method.
remoteMethod;