Began creating a prototype RIO client, last night, that works over named pipes.

I took the client side of the named pipes components that I wrote in between 2003 and 2004, and implemented it as a descendent of THTTPReqResp, interfacing it to IWebNode. I added several OnXXXX events to the descendant and redirected the IWebNode methods to call these. This allows it to be hooked up to the HTTPWebNode property of any THTTPRIO component instance.

In order to test the client side implementation, I ran the server demo in the named pipe components, and proved that my RIO client works.

This evening, I've created a prototype RIO server, that is the counterpart to the above RIO client.

More about these exciting components soon...