My reading journal for Code Fellows
Explain to a non-technical recruiter what the Chat Example (above) does.
What proof of life are we getting on the backend from the above app?
Socket.IO gives us the i0.emit() method to send an event to everyone. What flag would you use if you want to send a message to everyone except for a certain emitting socket?
What is a room and how might a room be useful?
How do you join a room?
socket.joinhow do you leave a room?
socket.leaveWhat is a Namespace and what does it allow you to do?
Each namespace potentially has its own what? (hint: 3 things)
Discuss a possible use case for separate namespaces