Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 496 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 496 Bytes

What is it?

A chat server using pthreads that allows clients to chat with each other using nc (or jtelnet). Written in C programming language.

How to run?

git clone git@github.com:Manan-dev/Multithreaded-Chat-Server.git

Command line instructions

usage: chat-server port Chat-Room-Names ...

Ex:

chat_server 8005 Football Bridge Politics

Connect clients to this server

nc hydra3.eecs.utk.edu 8005

And have fun communicating with friends!