Chat Room Simulation

# Introduction In this challenge, we will simulate a simple chat room scenario using socket programming. The goal is to create a server and multiple clients that can send and receive messages in the chat room. The server should be able to display all the chat records, and each client should be able to send messages and identify themselves as the sender. Additionally, the terminal running the client or server should display whether it is a client or server page.

|60 : 00

Click the virtual machine below to start practicing