Skip to content

Trusha-Shah/ChatBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ChatBoard

A chat board implemented in python

Steps:

  1. Open a terminal and Run the server.py
  2. Open a new terminal and run client.py a) Enter the username with a ‘#’ prefix. Example: #alice b) Now, send the message to a user by following the format @username:message. Example: @bob:Hello, Bob! This is alice
  3. Repeat step 2 for other users. (Maximum 5 users is allowed with server configuration i.e. server_socket.listen(5)

About

A chat board implemented in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages