A simple TCP-based chat server built using Node.js and the net module.
Clients can connect using tools like ncat or build their own TCP clients to exchange messages via terminal.
- Multi-client support
- Broadcast messages to all connected clients
- Automatic client management on connection/disconnection
- Simple, minimal, and fast
- Terminal-based communication
- Clone the repository:
git clone https://github.com/your-username/terminal-chat.git
cd terminal-chat