Click here to Skip to main content
15,884,473 members
Articles / Web Development / HTML5

Using Task Factory to increase the performance of your web app plus using Websockets through SignalR to broadcast data from Server to Client

Rate me:
Please Sign up or sign in to vote.
5.00/5 (14 votes)
15 Dec 2014CPOL11 min read 33.2K   715   33  
In this article I will demonstrate two things: First a very basic and simple code snippet to show how we can use task factory to make our web applications more responsive, the next part will be on how to use the SignalR to broadcast messages from the Web Server to all the clients connected.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions