Skip to content

topertz/Chat_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application

I designed and developed a simple WPF real-time chat application that uses a database for message storage and a WebSocket-based API for communication. In cases where WebSockets were not used, I implemented a REST API and optimized it to provide a near real-time user experience without putting unnecessary load on the server.