Skip to content

timey47/GroupChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

GroupChat

First, run the server program with a port number (say 50000)

python3 TwoWayAsyncMesgServer.py 50000

Then, run the client program with the server's whereabouts

python3 TwoWayAsyncMesgClient.py localhost 50000

Type messages at the client/server and see them displayed at the server/client

Client and server do not have to take turns to send messages to each other

To end the client or server, type Ctrl-D (on Windows Ctrl-Z followed by # return)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages