Skip to content

Latest commit

 

History

History
10 lines (4 loc) · 318 Bytes

README.md

File metadata and controls

10 lines (4 loc) · 318 Bytes

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.