Skip to content

Zeroska/C-socket-programming-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-socket-programming-chat-app

Socket programming using C for Client and server to chat To compile this thing just type 2 of this, I code this specific for UNIX only (UNIX SOCKET) So windows user, I'm so sorry

How to compile this thing

[FOR CLIENT] gcc -o lamb -g -Wall clientChat.c
[FOR SERVER] gcc -o server -g -Wall serverChat.c

This is just a simple one, It could perform one on one conversation

About

Socket programming using C for Client and server to chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published