Socket Server Client chat communication on same machine/different machine
Assignment Work:
1. For Windows and Linux:
Perform Simple Socket Server-Client communication where here with receiving data from client, server will also send the data to the client and On client side, along client sending the data, it also receive data from server.
Here you can try running server and client on same machine or can try running it on different machine provided you have setup for 2 machines.
2. For httpServer - client communication on TCP for Linux machine:
On Linux, run multiple clients and let them communicate with the server