PORT
- localhost:3000
node app.js
- Starts app that emits on socket.io events for next-number and next-letter.
nodemon server.js
- Starts server on port 3000 with namespaces.
- How do you run tests?
- What assertions were made?
- What assertions need to be / should be made?