Respuesta de servidor

const server = http.createServer((req, res) => {
  //res is an http.ServerResponse object
})
Dark Duck