Skip to content

client-server chat application that allows multiple clients to communicate with each other through a central server

Notifications You must be signed in to change notification settings

MisganaGetachew/chat-app-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chat-app-

This Python Chat App is a simple client-server chat application that allows multiple clients to communicate with each other through a central server. It utilizes sockets for network communication and threading for handling multiple clients concurrently.

Features-

Real-time messaging: Clients can send and receive messages in real-time. Multiple clients: Multiple clients can connect to the server and chat with each other simultaneously. Server-based architecture: The server acts as a central point of communication, relaying messages between clients. Simple and lightweight: The application is designed to be easy to understand and use and for local networks only since it is inconvinient and raises some issue to forward port. used Socket.io to establish a local network based server to allow communication between any client who joins with pre-specified IP addresss

About

client-server chat application that allows multiple clients to communicate with each other through a central server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages