Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences

University for Business and Technology in Kosovo

Conference

2021

Communication

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

Workplace Chat Application Using Socket Programming In Python, Egzon Salihu, Gentiana Blakaj Oct 2021

Workplace Chat Application Using Socket Programming In Python, Egzon Salihu, Gentiana Blakaj

UBT International Conference

A chat is a real-time communication with one or more users connected to the internet. Chat applications are very necessary at this time in a workplace to communicate employees with each other for company purposes. In Python programming, this type of communication is possible to do using the library sockets, which enables connecting two nodes on a network to communicate with each other. We represent in this paper how to build a chat application that uses a server to connects multiple users and let them communicate with each other using the TCP protocol. Threads are used for parallel programming to …