Skip to content

A program coded in C language to create a non-forking concurrent Client-Server Chat Program using select function

Notifications You must be signed in to change notification settings

SameetAsadullah/Select-Function-Socket-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Select Function Socket Programming

Description

A program coded in C Language to create a Non-Forking Concurrent Client-Server Chat Program using Select Function.

Manual

  1. Use following commands to Compile and Run Server Code:

    gcc server.c
    
    ./a.out
    
  2. Use following commands to Compile and Run Client Code:

    gcc client.c
    
    ./a.out
    

About

A program coded in C language to create a non-forking concurrent Client-Server Chat Program using select function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages