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
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New project (non-breaking change which adds functionality)
How Has This Been Tested?
Using Linux
Tech Stack used:
C,Linux
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have included a README.md file
[x] My project follows this structure: Domain Folder/ Project Name Folder/ Project files and Readme.md files
[x] I have added demonstration in the form of GIF/video file
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: