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.