abhijeet007rocks8 / Dev-Scripts

Repository to provide utility scripts that could make everyday life easy
MIT License
36 stars 85 forks source link

TCP Chat Program added #638

Closed shreya024 closed 2 years ago

shreya024 commented 2 years ago
Fixes #558

Description

I have shown the client-server architecture using the TCP protocol.There will be a server.c and a client.c. The client will then try to bind with the server.The remote server will connect and then continue a full-duplex conversation with the client.

It is an implementation of client-server connection and communication using TCP to show how to implement a two-way chat application.

Type of change

How Has This Been Tested?

Using Linux

Tech Stack used:

C,Linux

Checklist:

shreya024 commented 2 years ago

@heet-kumar Kindly review