Skip to content

urwahsiddiqui-148/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Overview: Socket programming is a fundamental concept in computer networking that enables communication between devices over a network. It forms the basis for creating various network applications, including client-server applications. A client-server application is a software architecture in which one program (the server) provides services or resources to other programs (clients) over a network.

Client-Server Architecture: In a client-server architecture, the server program typically listens for incoming client requests, processes those requests, and provides responses or services accordingly. Clients initiate communication with the server, request specific actions or data, and receive responses. This architecture is widely used in applications like web servers, email servers, chat applications, and more.

User Manual: Table Of Contents

  1. Introduction
  2. Getting Started  Installation  Launching the Application
  3. User Registration
  4. Chatting  Sending Messages  Receiving Messages  Viewing Connected Clients
  5. Commands  Listing Connected Clients
  6. Closing the Application
  7. Troubleshooting
  8. Contact Information
  9. Introduction: Welcome to the Chat Application! This user manual will guide you through the features and functionalities of our chat application. With this application, you can communicate in real-time w

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages