Node

Step 7: To run the app, add the following at the bottom:
app.listen(3000)
The 3000 is a port number. A server can run many apps at the same time, and they are separated by port numbers. Node apps typically run on port 3000. Click the run button, and notice the message on the webpage.
Last step Next section