Skip to content

chatRoomt is a chat application that supports a client-server model. Clients are able to connect to the server, chat with others that are logged in, and leave messages for users that are not logged in. The server will maintain a core set of state that supports varied operations for the users as well as a set of protections for the server.

License

Notifications You must be signed in to change notification settings

braidynbritt/chatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatRoom

chatRoom is a chat application that supports a client-server model. Clients are able to connect to the server, chat with others that are logged in, and leave messages for users that are not logged in. The server will maintain a core set of state that supports varied operations for the users as well as a set of protections for the server.

Run Server

python3 chatRoom-server

Run Client

python3 chatRoom-client <IPADDR> <PORT>

Help Command

This command will show all available commands to the user while running the client.
/help

About

chatRoomt is a chat application that supports a client-server model. Clients are able to connect to the server, chat with others that are logged in, and leave messages for users that are not logged in. The server will maintain a core set of state that supports varied operations for the users as well as a set of protections for the server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages