- listen to requests on a specified port
- implement TCP handshake
- reject non http request
- make sure you use a python 3 env
- run
python chat.py - open another terminal for each desired client
- run
nc localhost 5000on each client - type random messages
- messages should be relayed to other clients