Windows server 2012 on this node
There is such code
var express = require("express"); var app = express(); app.get("/", function(request, response){ response.send("Hi Express!"); }); app.listen(3000);
On the server I pass in the browser
http://125.234.41.751:3000/ normal shows.
With the computer trying to connect is not what displays.
Wish that was visible on the Internet by ip ?