Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 300 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 300 Bytes

ChatApp

From console run 'server.py' to start the chat server.

From another console run 'client.py' to start a chat client that connects to the chat server.

To authenticate enter a username.

To send a message to a client authenticated with other_user just type '@other_user your message'.