louiselalanne / Chatroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatroom 🔊

Goal:

  • Understand about what sockets are
  • Understanding about threads
  • Building socket server in Python
  • Understand about Client Programming
  • Building Client in Python
  • Application on Socket

Sockets allow communication between two different processes (or applications) on the same or different machines.

They are used in a client-server application framework. Servers are backend applications (or processes) that perform some functions on a request from the client. Client side means your computer or other computers who are requesting the data from the server.

20220904_095240.mp4

About


Languages

Language:Python 100.0%