Skip to content

Basic multithreaded TCP chat application with socket programming. A new thread spawns in the server for each incoming TCP connection. Each incoming message is broadcasted to all other currently connected clients. Questions or concerns - contact moreauowen@gmail.com.

Notifications You must be signed in to change notification settings

moreauowen/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

ChatApp

This is a basic multithreaded TCP chat application with socket programming. A new thread spawns in the server for each incoming TCP connection. Each incoming message is broadcasted to all other currently connected clients. Questions or concerns - contact moreauowen@gmail.com.

Derived from class project for Fall 2019 (Sophomore Year) Network Programming course.

About

Basic multithreaded TCP chat application with socket programming. A new thread spawns in the server for each incoming TCP connection. Each incoming message is broadcasted to all other currently connected clients. Questions or concerns - contact moreauowen@gmail.com.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages