- The intent with this project is to create a terminal socket application which has a python script
server.pyfor creating a socket server and then another python scriptclient.pyto create a socket client to share the messages.
- The functionality will be increased by adding the support of sharing files through socket.
- The application will be created in a full fledged desktop application.