Skip to content

raaz252/chatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatApp

Server and clients chat In this server client chat app,more than one client can connect to the server and exchange messages .

Imgui files are added for UI. One can use ImGui to render the message template.

Steps to add are: 1.Include the App.h file in the main.cpp of Imgui.

2.Add lines before the while loop of rendering in main.cpp MyApp::Client client("127.0.0.2", 8080);

client.Connect();

4.Add client.RenderUI() in while loop Screenshot (20)

This is the result

About

Server and clients chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages