Slides Java Networking With Channels Reactive Programming and Virtual Threads Creating a Simple Client Server Connection Using ServerSocket (1)
Slides Java Networking With Channels Reactive Programming and Virtual Threads Creating a Simple Client Server Connection Using ServerSocket (1)
Because it's so common, I'll start by using TCP/IP client server examples in the next
few videos.
This means, I'll use a reliable two-way communication link between the client and
the server.
At the end of the last video I talked about the fact that I'll need to write two
applications, to demonstrate how to do network coding.
One application will be the server, the other will be the client.