- Listens on a port (127.0.0.1:8080) and accepts connections from TCP clients.
- Client initiates connection reqeust to TCP server to setup connection with server.
- Server gets access to Client data - such as Browser Name, OS System etc.
- The communications for delivering data and messages through the same network.
Clone this repositry
# using git
git clone
Open terminal and type
./src/tcp
Open up the 127.0.0.1:8080
link in your browser to establish a connection with the TCP server.