Author: Joyce Liao & Daniel Frey Version: 1.0.0
With the python standard socket module, enable the user(s) to communicate with the terminal and other users via the local host. Allow each user to execuse commands such as "/quick", "/list", "/nickname ", and "dm ".
To successfully execute this program, the user needs Python 3.6, a terminal that runs server.py and additional terminal to connect to the local host as users.
- server.py: Setup the server on the local host
- client.py: Setup the client, initiating the client with their conn and addr
- Via terminal local host, connect the server with the user(s)
2018-11-26 Repo is created