Update nodejs_web_app.rst

Upstream-commit: 3c36f82f181c4ce3b65dd15c4b6cb5699ea75075
Component: engine
This commit is contained in:
Rajat Pandit
2014-04-03 20:54:57 +01:00
parent 20b343ea45
commit 66d94360a3

View File

@ -50,7 +50,7 @@ Then, create an ``index.js`` file that defines a web app using the
res.send('Hello World\n');
});
app.listen(PORT)
app.listen(PORT);
console.log('Running on http://localhost:' + PORT);