Is it possible?
Like we can do with Phantom engine by
var cp = require('child_process');
But it doesn't work when I use Slimer as engine.
I looked into the doc of slimer and it seems that Slimer doesn't have the child_process module. Is there any workaround for that?