Разработка приложений для ПК. Разработка с нуля. Нужно сделать задание по инструкции с учётом всех пунктов описанных в ТЗ https://docs.google.com/document/d/1UR_6bDKc_vnLHerLItJ1rwwDYXSQKPm-ioeF05wPtTY/edit?tab=t.0 https://en.wikipedia.org/wiki/Proof_of_work Test task for Server Engineer Design and implement “Word of Wisdom” tcp server. • TCP server should be protected from DDOS attacks with the Proof of Work (https://en.wikipedia.org/wiki/Proof_of_work), the challenge-response protocol should be used. • The choice of the POW algorithm should be explained. • After Proof Of Work verification, server should send one of the quotes from “word of wisdom” book or any other collection of the quotes. • Docker file should be provided both for the server and for the client that solves the POW challenge.