Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 358 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 358 Bytes

Python-Instant-Messaging-System

This is a Python project for a university course on systems programming. The project aims to build a simple instant messaging system that allows users to send and receive messages in real-time. The system consists of a server-side application and a client-side application that communicate over a network using TCP sockets.