Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 420 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 420 Bytes

Network.py

The code I wrote during the course network.py.

Details

The course focuses on implementing server-client protocols in python. It also explains the differences between TCP and UDP.

Goal

The main goal of this course is to build a game of Trivia using TCP, and allowing the server to serve multiple clients at once.