Daves1245 / Chime

TCP Multiplexing Instant Messenger in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chime

What is Chime?

A very simple TCP Multiplexing Chat application written in C.

Usage

Clone and build the repo

git clone https://github.com/Daves1245/Chime.git
cd Chime
make

run the server binary on the host machine

bin/release/chime up

run the client binary on the client and pass the ip of the host

bin/release/chime in 127.0.0.1

Start chatting away! (/exit to leave)

Demo

Chime demo

About

TCP Multiplexing Instant Messenger in C

License:MIT License


Languages

Language:C 98.7%Language:Makefile 1.3%