Skip to content

harsdua/chatroom-sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chatroom-sockets

Simulation of a chatroom using linux socket programming implemented in C++

For the server:

Compile by typing "make" in a terminal targetting the server source code folder

Then launch the server with the following command "./server port"; where port is free port like 8080

For the client:

Compile by typing "make" in a terminal targetting the server source code folder

Then for each client, launch the client with the following command "./client ipaddress port"; with the server's ipadd and port, ex: 127.0.0.1 8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published