Skip to content

giridharprasath/0xdeadfeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic chat app

chat app created in C for understanding epoll i/o multiplexing and google protobuf.

run:

(not POSIX only linux)

git clone https://github.com/GiridharPrasath/0xdeadfeed

chmod +x install.sh

./install.sh

TODOS:

fix memory leaks

solve warnings