Java
Socket Programming – TCP Client and Server in Java
If you want two network devices to talk to each other, then developing a TCP server and client is as low as you can get without blowing your brains off. It is really helpful in many scenarios. Come in handy when all other application layer protocols like HTTP, FTP etc Read more…