Execute no nó LocalHost JS
var HTTP_PORT = process.env.PORT || 8080;
app.listen(HTTP_PORT, function(){
console.log(`server listening on: ${HTTP_PORT}`);
});
Magnificent Millipede