Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application

I designed and developed a simple WPF real-time chat application using SignalR with WebSocket-based communication. The application stores messages in a database and enables instant message delivery between connected clients through a persistent connection. SignalR was used to handle real-time communication efficiently while managing client connections and message broadcasting.