Skip to content
/ tchat Public

A terminal chat Application over TCP connection

License

Notifications You must be signed in to change notification settings

xnpltn/tchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A terminal chat Application over TCP connection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published