Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 385 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 385 Bytes

Chat-Bash ✨

A Terminal-Chatting-Client👨‍💻👩‍💻

A multi-user chatting client implemented using Sockets in C Programming Language.

Setup

Server-side:
gcc server.c
./a.out <port>

Client-side:
gcc client.c
./a.out <ip> <port>

Major OS Libraries Used:

  • sys/socket.h
  • sys/types.h
  • pthread.h
  • netinet/in.h
  • arpa/inet.h