Skip to content

University project: server side of a mini chat appication.

Notifications You must be signed in to change notification settings

bartaliskrisztian/chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mini chat server using TCP protocoll

About the project

  • Server side of a mini chat application written in C++
  • The server handles concurrent TCP connection with the clients
  • Uses winsockets
  • Depending on the received package type, the server processes it
  • Client side UI source code: https://github.com/bartaliskrisztian/chat-client

Releases

No releases published

Packages

No packages published

Languages