Skip to content

adithya1995/client_server_chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

client_server_chatroom

A simple multi-user messaging application where data communication takes place from one client to all the other clients connected to the server. Implemented threading and socket functions using Python 2.7

Instructions to run the scripts:

python tcpserver.py
  • The default port number is 5000.

  • Run the client script in another terminal.

python client.py localhost 5000

Screenshots:

screen shot 2018-02-22 at 12 46 55 pm

screen shot 2018-02-22 at 12 51 45 pm

screen shot 2018-02-22 at 12 51 14 pm

screen shot 2018-02-22 at 12 51 25 pm

About

A simple multi-user messaging application where data communication takes place from one client to all the other clients connected to the server. Implemented threading and socket functions using Python 2.7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages