I have a Flask web application running on my First PC. Now I want two browsers running on two different computers to connect to this first PC using Socket Programming and request for a web page which is stored on First PC.Now first PC act as Server and Two other PCs act as Clients. I want these two clients to register themselves at server using registration web page and then send message to each other via server. So what i want is to design a chat application using three PCs ,one of them act as server and other two act as clients.Server must be implemented in Flask.
Help me finding resources from where i could learn to implement this .