Skip to content

Attempting to implement a basic chat server in C to learn basic to further my understanding of the Linux socket API.

Notifications You must be signed in to change notification settings

nir2602/chatServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chatServer

An implementation of a basic chat server in C to learn basic to further my understanding of the Linux socket API.

The main implementation of the server is based on this video: https://www.youtube.com/watch?v=gGfTjKwLQxY&t=604s&ab_channel=NirLichtman Credit to the author. I plan to experiment with this code by adding more functionalities to further my understanding of basic communication between two clients.

About

Attempting to implement a basic chat server in C to learn basic to further my understanding of the Linux socket API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages