Using sockets library in python, create a server and client script for a chatting application. All I/O will be from terminal.
Example
Two separate python scripts will be run on two terminals. They must configure the connect and set up communication. Typing 'bye' will terminate respective script.
Contributors are supposed to mention their coding language while asking for assignment
Feature ✅
Description
Using
sockets
library in python, create a server and client script for a chatting application. All I/O will be from terminal.Example
Two separate python scripts will be run on two terminals. They must configure the connect and set up communication. Typing 'bye' will terminate respective script.
Contributors are supposed to mention their coding language while asking for assignment