Skip to content

williamblair/SimpleChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleChat

A barebones TCP/Sockets based chat program

Definitely wouldn't reccommend for normal use; this was just for me to learn :)

Compile with:

gcc socket_ex.c -o socket_ex -pthread
gcc socket_ex_client.c -o socket_ex_client -pthread -lncurses

Credits to:

https://beej.us/guide/bgnet/
https://github.com/lovenry/c-chatroom

About

Basic chat program using sockets written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages