Technology

JavaScript client for talking with WCF server with WebSockets binding

This blog entry is a repost of an answer I wrote at programmers.stackexchange.com. SignalR has a JavaScript API. SignalR helps build asynchronous scalable web applications with real-time persistent long-running connections. Scott Hanselman wrote a great blog post about this. If that’s not your speed, you may be looking for something more like WCF Support for jQuery, which seems to … Continue reading

Technology

JavaScript client for talking with WCF server with WebSockets binding

This blog entry is a repost of an answer I wrote at programmers.stackexchange.com. If you are looking for a JavaScript client for talking with WCF server with WebSockets binding, you might take a look at these two: SignalR has a JavaScript API. SignalR helps build asynchronous scalable web applications with real-time persistent long-running connections. Scott Hanselman wrote … Continue reading