Multiuser UDP server. Supports ascii text and images.
To run:
// running the server:
python3 servidor.py
// running clients:
python3 cliente.py
to join the chatroom, the first message of a new user must conform to the REGEX: "hi, meu nome eh {name}" (no quotes)
Entrega1 folder: simpler version of chatroom with 1 server, 1 client