https://github.com/nikhilroxtomar/tcp-client-server-implementation-in-c
An implementation of TCP client-server architecture in the C programming language, where both the client and server can communicate with each other.
https://github.com/nikhilroxtomar/tcp-client-server-implementation-in-c
socket-programming tcp-client tcp-server tcp-socket
Last synced: 2 months ago
JSON representation
An implementation of TCP client-server architecture in the C programming language, where both the client and server can communicate with each other.
- Host: GitHub
- URL: https://github.com/nikhilroxtomar/tcp-client-server-implementation-in-c
- Owner: nikhilroxtomar
- Created: 2021-04-25T09:14:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T09:15:04.000Z (about 4 years ago)
- Last Synced: 2025-03-28T08:11:19.608Z (3 months ago)
- Topics: socket-programming, tcp-client, tcp-server, tcp-socket
- Language: C
- Homepage:
- Size: 1.95 KB
- Stars: 32
- Watchers: 1
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCP-Client-Server-Implementation-in-C