Skip to content

A simple chat app written in C(included netinet/in, arpa/inet libraries) works on bash terminal. Two or more clients in the same machine can communicate on bash terminal.

Notifications You must be signed in to change notification settings

aslihana/chat-app-in-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app-in-bash

Usage

To start, create one tab for server, other(s) for client(s).

Running the app

Change the directories to the codes located directory on all tabs.

Write gcc -Wall -g3 -fsanitize=address -pthread server.c -o server , ./server 4444 on server's tab.

Write gcc -Wall -g3 -fsanitize=address -pthread client.c -o client , ./client 4444 on the client(s)' tab.

For exit, just write exit to the chat.

Example Of Use

Screenshot from app

About

A simple chat app written in C(included netinet/in, arpa/inet libraries) works on bash terminal. Two or more clients in the same machine can communicate on bash terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages