Skip to content

mohit2023/Chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-Application

To Run Server:

Compile:

g++ -pthread -o server server.cpp

Run:

./sever

To Run Client:

Complie:

g++ -pthread -o client client.cpp

Run:

./client username ipaddress

Here username is the username for the client to register with server and ipaddress is the IP address (not domain name) on which the server is running (PORT number is hardcoded as 8080). My server code is hardcoded to run on IP “127.0.0.1” and PORT “8080”.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages