HomePage
Menu
Site Map
|
Socket programming
- Make a socket program based on the following description:
- Make a server and a client
- The server sends a message to the client when the client connects to the server
- The client sends a message to the server and the server makes a text file with the received message
- If the client terminates the connection, the server will also terminate
|