Skip to content

A Simple Chat client-server pair that works completely in the HTTP protocol.Server gets a request from one client and send it to other.

Notifications You must be signed in to change notification settings

saihariG/HTTP-Chat-Client-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

HTTP chat client-server pair in C

setup [Ubuntu]

First compile & Run the server

gcc multiserver.c -pthread
./a.out

Then Run multiple clients

gcc multiclient.c -pthread
./a.out <client name>

Happy Chatting !

chat

About

A Simple Chat client-server pair that works completely in the HTTP protocol.Server gets a request from one client and send it to other.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages