A simple LAN-based chat application built using Node.js and Socket.IO.
This app allows multiple users on the same network to join a chat room and communicate in real-time.
- Real-time communication using WebSockets (Socket.IO).
- Simple and clean UI.
- Users can join with a username.
- Runs on local network (LAN).
- Clone the repository:
git clone <your-repo-url> cd lan-chat-app

