Skip to content
sdeng26 edited this page Nov 15, 2018 · 3 revisions

Welcome to the MessageChat wiki!

This application uses Python3.

In order to use this program, begin to run the server chat file in a command prompt.

Next, open another command prompt window in order to register as a client. You will be prompted to enter an IP address (127.0.0.1 was used in the following pictures), and can either enter your own port number or simply hit the return key to let the program use the default port value. Connect up to 5 clients by opening different command prompt windows. The first messaged entered should be the users name, and from there, you can begin to message!

Please consult the attached images for what the interface looks like.

(Thanks to the following sources: http://code.activestate.com/recipes/578591-primitive-peer-to-peer-chat/, https://www.youtube.com/watch?v=D0SLpD7JvZI&frags=pl%2Cwn, https://medium.com/swlh/lets-write-a-chat-app-in-python-f6783a9ac170)

Clone this wiki locally