Skip to content

saitama951/Chat-server-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-server-in-C

A SIMPLE CHAT SERVER IN C USING THREAD

BEFORE COMPILING THE PROGRAM

  1. Make sure that the server IP is correct in the client.c program.
  2. Make sure the network ID of the server and client should be same and host ID should different in the IP.
  3. Make sure that the port number of client and server are same.

COMPILING THE PROGRAM

Run these command in the project root directory one by one:

  1. make
  2. ./server
  3. ./client

WHILE EXECUTING THE PROGRAM

  • Dont forcefully terminate the program by using ctrl+c or ctrl+z.

About

A simple chat server in C using Threads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published