Skip to content

byabari/tcp-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

💬 TCP/IP Chat Application

A simple application that enables multiple clients to exchange messages through a server using socket programming and multithreading.

Run a server

gcc -Wall server.c -o server -pthread
./server 42000

Run a client

In a new terminal

gcc -Wall client.c -o client
./client localhost 42000

About

💬 A simple chat application using TCP/IP socket programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages