Actualités

This project implements a simple Java TCP client and a Python TCP server for sending and receiving short integers over a network connection. The Java client sends a short integer encoded in two bytes ...
This project implements a simple TCP server-client application in Java. The server listens for a client connection, receives a text string from the client, processes it (by reversing the string and ...