Skip to content

A basic C++ project for Linux that builds a real-time terminal chat app using POSIX sockets. It features a TCP server with poll-based I/O multiplexing, non-blocking communication, and clean connection handling.

Notifications You must be signed in to change notification settings

pysojic/LiveChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveChat

A basic C++ project for Linux that builds a real-time terminal chat app using POSIX sockets. It features a TCP server with epoll-based I/O, non-blocking communication, and clean connection handling.

About

A basic C++ project for Linux that builds a real-time terminal chat app using POSIX sockets. It features a TCP server with poll-based I/O multiplexing, non-blocking communication, and clean connection handling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published