Praneeth003 / Socket-Programming

Multiple Clients and a single Server implemtation using Sockets over TCP .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Client Server Communication

This project provides code to establish communication between multiple clients and a single server. It utilizes the TCP (Transmission Control Protocol) for reliable message exchange.

Features

  • Supports creation of multiple client instances.
  • Manages a single server instance.
  • Facilitates message exchange between clients and server using sockets.

Getting Started

  1. Clone this repository.
  2. Explore the codebase to understand the implementation details.

Additional Information

This project serves as a foundation for building network applications with multi-client communication.

Feel free to explore and customize the code to suit your specific needs.

About

Multiple Clients and a single Server implemtation using Sockets over TCP .


Languages

Language:C 100.0%