At the end of the python course at my school we had to do a small group project. So I teamed up with a colleague and we came up with the idea of creating a peer to peer (P2P) chat.
The result was COMET, which is able to send and receive messages, recognizes other instances of COMET in the internal network and exchanges profile information, making it easier to find other users.
Lines of code | 1416 |
Communication on Port | 2222 |
Design pattern | MVC |
Started | 04.2019 |