Re: [nodejs] Node.Js Hosting

2018-04-26 Thread Vineesh N P
Hi, You could try the following. Openshift from redhat, Beanstalk from AWS, app engine from GCP, On Mon, Apr 23, 2018 at 9:07 PM, Wayne Bruton wrote: > Hi Guys, > > Any reliable alternatives to Heroku? Heroku is awesome but expensive. > > Kind Regards > > Wayne > > -- >

Re: [nodejs] Node.Js Hosting

2018-04-26 Thread Jeremy Darling
Don't know what you call expensive, but Linode's (https://welcome.linode.com ) $5 plan (or any other similar VPC) are quite affordable. Other options from them at https://www.linode.com/pricing I've had great luck with Linode in the past. Other options would be Amazon, GCP (Google), Azure,

Re: [nodejs] Node.Js Hosting

2018-04-26 Thread Gerson
Now Kind regards / Cordialement, Gerson Junior. On 23 April 2018 at 11:37, Wayne Bruton wrote: > Hi Guys, > > Any reliable alternatives to Heroku? Heroku is awesome but expensive. > > Kind Regards > > Wayne > > -- > Job board: http://jobs.nodejs.org/

[nodejs] Re: Node.Js Hosting

2018-04-26 Thread Mikkel Wilson
This depends on your level of linux knowledge or system administration skills, but in the past I've used: OVH: https://www.ovh.com/world/ Which lets you choose a region to host your stuff. Helpful for latency and legal requirements around data capture. Linode: https://www.linode.com/ Also a

[nodejs] [node js] how set http header host in Penetration Testing web ?

2018-04-26 Thread x . x . x . t . a . l . e . n . t2018
how set http header host in Penetration Testing web ? https://github.com/nodejs/node/issues/20275 // 伪造host攻击测试 function fnDoHostAttack(url,fnCbk) { if(bRunHost)return; bRunHost = true; try{ var nPort = -1 < g_szUrl.indexOf("https")? 443: 80; var uO = urlObj.parse(url), ss =

[nodejs] Unable to find solution ## Nodejs + Selenium

2018-04-26 Thread Shatabdi Pal
I am pretty new to nodejs, can someone help me please? This is my code below:: var webdriver = require('selenium-webdriver'); var driver = new webdriver.Builder().forBrowser('chrome').build(); driver.get('http://www.google.com'); driver.findElement({name: