Posts by DSLAGO • 3 points
1 post
-
0
votes1
answer52
viewsQ: NODE.JS server does not run
I’m starting to study Ode now, and I’m already facing this problem. Follow the code: var http = require('http') http.createServer(function(req, res) { res.writeHead(200, {'Content-Type':…