be careful loading lots of services in the modulename.js via getscripts… all that is loaded into the browser… (and every instance of the browser used)

load them in the node_helper via require as single instance, and move the memory and load to the server side