Answer the question
In order to leave comments, you need to log in
Why is the nodejs server page not loading?
Installed CentOS on the VMWare virtual machine. + Nodejs.
Launched a simple server.
var server = require('http').createServer(function(req, res){
res.writeHead(200, {'Content-Type': 'text/plain'});
res.end("Привет мир");
});
server.listen(3000, '192.168.248.131');
console.log(server.listen(3000, '192.168.248.131'));
console.log("5555555555");
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