Answer the question
In order to leave comments, you need to log in
Why is the server not visible on the Internet?
There is a windows server 2012 node on it
There is such a code
var express = require("express");
var app = express();
app.get("/", function(request, response){
response.send("<h2>Привет Express!</h2>");
});
app.listen(3000);
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