Click here to Skip to main content
15,881,867 members
Articles / Desktop Programming / WPF

SignalChat: WPF & SignalR Chat Application

Rate me:
Please Sign up or sign in to vote.
4.92/5 (81 votes)
19 Apr 2018CPOL4 min read 162.4K   146  
A WPF-MVVM chat application that uses SignalR for real-time communication
SignalR is a library that enables developers to create applications that have real-time communication functionality. This article is not an introduction to SignalR, but rather a look through of some of the code for SignalChat, a WPF-MVVM instant messaging application that uses SignalR for real-time communication. We look at how SignalChat connects to the server, logs into the server, sends a message, displaying a chat message, and receives a chat message.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Kenya Kenya
Experienced C# software developer with a passion for WPF.

Awards,
  • CodeProject MVP 2013
  • CodeProject MVP 2012
  • CodeProject MVP 2021

Comments and Discussions