Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 389 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 389 Bytes

exercise-tcp-chat

Install dependencies: poetry install

Activate virtual environment: source .venv/bin/activate

Start a server: python3 server.py

Spin up a test client: python3 test_client.py <testbot_username>

Fire up an interactive client: nc localhost 9876


TODO:

  • Proper debugging
  • Prevent client from receiving its own messages
  • Probably a lot more...