res. write --> write allow us to send multiple peaces of data, but in the end we need to res.send() to send all the written data res.sendFile()--> we could send our html isnted of writing write and ...