alexscheelmeyer / node-phantom

bridge to PhantomJS from Node.js
317 stars 117 forks source link

added port number to socket connection call #128

Open prakashgp opened 7 years ago

prakashgp commented 7 years ago

When i run test script, i got nothing in console. When opened the node server page in browser, I had errors in chrome console about cross origin request blocked. After adding port number to the code, it worked fine.