Skip to content

Simple chat server & client written in C. Allows multiple clients to connect to the server's chatroom and talk to each other

Notifications You must be signed in to change notification settings

cerfedino/CLI-chatroom-client-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI-chatroom-client-server

Simple chat server & client written in C. Allows multiple clients to connect to the server's chatroom and talk to each other.

This was a simple school project and is very buggy (and awful)

Compile instructions

Server.c

gcc -g Server.c -o Server -lpthread

Client.c

gcc -g Client.c -o Client -lpthread -lncurses -lcurses -ljson-c

Run

Run Server first!

About

Simple chat server & client written in C. Allows multiple clients to connect to the server's chatroom and talk to each other

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages