- Meppenger is a simple multiprocess application.
- It is based on Server-Client Arhitecture using a SQLlite database.
- The user interface has been made with QT Creator.
- Server : for each client connected a proccess is associate to it
- ChatApp : has multiple processes, but the main ones are display_interface and communicate_with_server.