SignalR
SignalR: Create Simple Chat Application
In this tutorial we will learn basics of building a real-time app using SignalR. You learn how to:
- Create a web project.
- Add the SignalR client library.
- Create a SignalR hub.
- Configure the project to use SignalR.
- Add code that sends messages from any client to all connected clients.
At the end, you’ll have a working chat application ready for fun!
Read the rest of this entry »