landoshepherd / HackerChat

HackerChat is messaging platform the nostalgic computer geek. It is a simple chat client that allows user to chat with other users all within the terminal.
1 stars 1 forks source link

Server echos message to multiple connected clients #15

Closed landoshepherd closed 11 months ago

landoshepherd commented 11 months ago

The server should be able to allow multiple client connections at one time and each client should be able to send a message to the server and the server echos that message back to the client that sent it.