Real-time-chat-with-socket

APACHE-2.0 License

Stars
5

Real time chat with socket in C

I used to socket() to implement real time chat that run with two c programs. Socket is one of the byte stream data transfers comunitation facility available in Unix like operating System. Each read operation may read an arbitrary number of bytes from the IPC facility, regardless of the size of blocks written by the writer.

I have create one socket to read and and to write.

How to compile

run make

How to run

run ./a.out
run ./b.out

How to clean

run make clean

How the program works

Credts: Antonio Pedro