Implementation of TELNET server
Project detail
In this project, you need to write a program sockets in python supported on Linux servers to support the server in a client/server model using Linux stream. The program will consist of a server that will implement a service (like a chat room) using a simple text protocol that clients can use (through telnet) to message other clients on the service.