Click here to Skip to main content
15,884,629 members
Articles / Programming Languages / C++

SignalR Pushes ISD Applications to Next Level

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
28 Jan 2014CPOL3 min read 14.3K   5  
ISD applications, web applications in general, are built on top of HTTP, which uses a pull-based communication mechanism. All communication requests are initiated or pulled from clients. Web servers can only respond to the requests. They cannot initiate or push communications

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
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