Multi-threaded TCP Server using Dotnet Core Example | C#
| | |

Multi-threaded TCP Server using Dotnet Core Example | C#

Many times during my job as a developer I have assigned a task to Develop a Multi-threaded TCP server for handling multiple Clients. Once I developed a TCP server for Vehicle Tracker Devices & I have also developed a TCP Server for handling multiple Smart Meters. Every time TCP Server developed using .Net Core was…

Java TCP Client Server Chat Application using Sockets
| |

Java TCP Client Server Chat Application using Sockets

This is a very simple Client/Server Chat Application using TCP Sockets Java. Complete Code for Client & Server can be found below for download. How it Works Here is an example of how a very simple client-server chat application works. These are the stages involved: Step 1:  In any Client/Server Application, we need to run the…