Chat App A real time application built while I was taking this course. Key takeaways socket.emit(<event_name>, socket) emits an event to a single client, while io.emit(<event_name>, socket) emits it to all connected ones.