logo

Crowdly

Le code suivant est correct pour Node : var http = import('http'); var server =...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Le code suivant est correct pour Node :

var http = import('http');

var server = http.createServer(function(req, res) {

res.writeHead(200);

res.end('Salut tout le monde !');

});

server.listen(8080);

More questions like this

Want instant access to all verified answers on moodle-miage-toulouse.westeurope.cloudapp.azure.com?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!