Hey,
in the course of a project I recently developed i used SignalR. I want to know if anybody has experience with it.
I didn't work that much with it, because it was just a small project, but in this short time I was surprised of its features.
the best feature is that you can send messages from the Server to the Client, so that the Client must not pull these information continously but instead if the Server has new information it can push the message.
I used it to make a vote website. You can vote, and see the results in realtime on another screen :)
It was so simple but works great.
in the course of a project I recently developed i used SignalR. I want to know if anybody has experience with it.
I didn't work that much with it, because it was just a small project, but in this short time I was surprised of its features.
the best feature is that you can send messages from the Server to the Client, so that the Client must not pull these information continously but instead if the Server has new information it can push the message.
I used it to make a vote website. You can vote, and see the results in realtime on another screen :)
It was so simple but works great.