/tchat

A terminal chat Application over TCP connection

Primary LanguageGoMIT LicenseMIT

TCHAT - Terminal Chat Application

This is a simple terminal-based chat application built using Go, which allows users to communicate over a TCP connection.

Features

  • Chat with multiple users over a TCP connection

Prerequisites

  • Go insatalled on you system

Installation

Clone the repository:

git clone https://github.com//xnpltn/tchat.git
cd tchat

usage

You can either build the application or run it directly using Go.

build

go build .

Example

go run . -port=6969

# or 

./tchat -port 6969

MIT license.