Skip to content

Socket Programming Project as a part of fourth semester project

Notifications You must be signed in to change notification settings

ROHIT-ROSHAN/Socket-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-chat Socket Programming

A Chat server, which lets the users to,

Create a chat room which allows clients to :

1)Do one on one messaging

2)Enroll to and Exit from the chat room

3)Share files

Server:

It keeps track of which client has entered the chat room

In advanced Client server

Server can kick out or ban user from the chat

Deployment

To deploy this project run

Ubuntu
  python3 client_ori.py
  python3 server.py

Windows
  py client_ori.py
  py server.py

To run the advanced client server

Ubuntu
  python3 adv_client.py
  python3 adv_server.py

Windows
  py adv_client.py
  py adv_server.py

About

Socket Programming Project as a part of fourth semester project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages