Seahe
Seahe
we deploy our node with pm2 cluster mode . it seems didn't work . but run without pm2 work well.
first time I run ``` ph.createPage(function(err,page){ // no code run here }); ``` it didn't work . I need to execute like this ``` setTimeout(function(){ ph.createPage(function(err,page){ }); },500); I think...
Service.chartHistogram = function (ph,page,callback ,filename,parser){ page.evaluate(function() { try{ var line1= $("#pageArgs").val(); var line = new Array(); line = parser(line1); parser is a function , when exec error : Can't find...
I don't want to write a image to file , but stream . Does node-phantom support it ? or will support it ?
my ejs file doesn't close properly. ``` no message