iammarco11 / TCP-socket

This is a client server TCP socket. This is a simple socket communication script of server and client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCP socket interaction between client and server

Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens on a particular port at an IP, while other socket reaches out to the other to form a connection. Server forms the listener socket while client reaches out to the server.

This project has a basic script for communication between client and server. Message and file transfer is possible.

About

This is a client server TCP socket. This is a simple socket communication script of server and client.


Languages

Language:C++ 100.0%