Skip to content

A simple chatroom writen in python and using Sockets and TCP protocol.

Notifications You must be signed in to change notification settings

SMojtabaE/Simple-chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Simple chatroom

A university project for computer networking class.This project is a simple chatroom that multiple clients can chat at the same time.

Description

In this project I used TCP protocol and Socket for communication between Server and clients, And used threading for handeling one or more clients at the same time.

Executing program

First run Server.py and after runnig this program,run client.py .Notice that you can run many client.py . For leaving the chat, client have to type "!leave" and the client will leave the chat.

About

A simple chatroom writen in python and using Sockets and TCP protocol.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages