This project was created to explore the relationships of a server/client pair and how their interactions are different when built on TCP(connection-oriented) vs UDP(connectionless) sockets. Each ...
This project demonstrates a simple UDP server implemented in Node.js using the dgram module. The server listens for incoming messages and logs them. The communication is done using ncat (Netcat), a ...