Is it possible for Node.js running on a desktop to spawn a Chrome Browser window? I would like to start a Chrome Browser providing the window size and location when Node.js rece
Node can only do that if you call a UNIX / Windows command, so sys shell command only.