Comment changer de site Web avec le nœud js

fs.readFile('/etc/passwd', function (err, data) {
  if (err) throw err;
  console.log(data);
});
Mehryar