Skip to content

A Simple Chat application using Socket Programming in C

Notifications You must be signed in to change notification settings

refactor-droidyy/chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple chat application using socket in c programming language

Compile both server.c and client.c file

if you are on a same pc you can open server and client file on 2 dfferent terminal

if you are connected on a network you can connect using the ip of the network

First start the server using this ./server on one terminal

0 - 1024 port are reserved for system use any other port instead of these and run the client file using ./client <127.0.0.1/ip_of_network> portno

About

A Simple Chat application using Socket Programming in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages