N-chat
Multiplayer chat rooms built with Express + Socket.IO
N-chat is a small educational group-chat application created with Express and Socket.IO. It demonstrates how a Node.js server can maintain real-time connections and broadcast events among browser clients. Users sign in with a display name that is stored in a cookie, and duplicate active names are rejected. The server tracks connected users and announces when someone enters or leaves the room. Messages can be sent publicly to everyone or privately to a selected online user. The browser...