Skip to content

Latest commit

Β 

History

History
32 lines (20 loc) Β· 705 Bytes

File metadata and controls

32 lines (20 loc) Β· 705 Bytes

TerminalChat πŸ§‘β€πŸ’»πŸ’¬

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.


πŸš€ Features

  • Multi-client support
  • Broadcast messages to all connected clients
  • Automatic client management on connection/disconnection
  • Simple, minimal, and fast
  • Terminal-based communication

πŸ› οΈ Getting Started

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/your-username/terminal-chat.git
cd terminal-chat