Answer the question
In order to leave comments, you need to log in
Link in terminal node console.log(). How to post a link?
Once I saw how through console.log () in nodejs they indicated a link that could be opened by clicking in the terminal. How can I do that?
More specifically...
server.listen(port, hostname, () => {
console.log(`My server running at`, `http://${hostname}:${port}/`);
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question