Tomek on Software
Software - shaken, not stirred
Hosting node.js applications in IIS on Windows
In this post I am discussing hosting node.js appplications in IIS on Windows using the iisnode project. What benefits does iisnode provide? The iisnode project provides a native IIS 7/8 module that allows hosting of node.js applications in IIS 7/8 and IIS 7/8 Express (WebMatrix). The project utilizes the Windows...
JavaScript panel at MIX 2011
I have lately picked up interest in the server side application of JavaScript and had a chance to learn and experiment with domain technologies. Related to that is my presence on the JavaScript panel at MIX 2011 on Wednesday April 13 at 3:30pm-4:30pm at Lagoon H. You are welcome to...
WCF, Silverlight, and Windows Azure WebSocket samples
In my recent post we announced a prototype implementation of WebSockets protocol in Windows Communication Foundation (WCF). The implementation is available for download in binary form from the HTML5Labs site. Since then many people expressed interest in the source code for the web chat sample we have shown as part...
Introducing the WebSockets prototype draft-montenegro-hybi-upgrade-hello-handshake-00
In my blog post from last summer I wrote about a prototype .NET implementation of two drafts of the WebSockets protocol specification - draft-hixie-thewebsocketprotocol-75 and draft-hixie-thewebsocketprotocol-76 - making its way through the IETF at that time. Since then, there have been a number of revisions to the protocol specification, and...
WCF support for jQuery on wcf.codeplex.com
Today we have shipped the first release of WCF Web APIs on wcf.codeplex.com. WCF Web APIs is a set of open source components that make it easy to develop WCF web services that target web and HTTP clients, including JavaScript Ajax applications running in a browser. One of the components...
WCF Web APIs on wcf.codeplex.com
Today we are announcing the first release of WCF Web APIs on wcf.codeplex.com, just in time for PDC 2010. There has already been some buzz about WCF investments in HTTP and Web technologies, and today is the day. If you haven’t had a chance to watch Glenn Block’s talk at...
WCF RIA Services V1.0 SP1 Beta has shipped
We are shipping WCF RIA Services V1.0 SP1 Beta today, just in time for PDC 2010. The release addresses some of the key feature asks we have received from the developer community after the successful WCF RIA 1.0 release. You can download WCF RIA Services at http://www.silverlight.net/getstarted/riaservices/. Enhancements in the...
Performance of the first stable release of the Laharsub pub/sub service for web clients
Overview This article discusses performance of the first stable release of the Laharsub pub\sub server for web clients (http://laharsub.codeplex.com). All measurements presented here were generated using the Laharsub 2010.10.09 release. The goal of the open source Laharsub project is to provide a solution that makes it easy for web applications...
First stable release of the Laharsub pub/sub service for web clients
After extensive stress and performance testing and improvements, here is the first stable release of Laharsub. Looking forward to your comments. Make sure to check out the article about Laharsub performance under load to see how Laharsub is doing and help set your expectations. The Laharsub 2010.10.09 release contains: Extensive...
Silverlight and .NET clients for the Laharsub publish/subscribe service for web clients
The just released 2010.07.25 stable build of the open source Laharsub project adds Silverlight 4 and .NET 4.0 clients. The current release contains: A Laharsub publish/subscribe server based on HTTP long polling protocol. The server is implemented using a .NET 4.0 WCF HTTP service and exposes REST APIs optimized for...