Wpf Over Websockets (WoW) – Rendering WPF apps over HTML5 Canvas

added by amazedsaint
4/11/2011 6:18:14 AM

342 Views

This is a hack for pumping WPF windows over Websockets and rendering it using HTML5 canvas – also with basic mouse input support. For each user connecting to the server, a new window instance is created, and screen will be pumped over web sockets to the browser as base64 encoded images. These images are painted on an HTML5 canvas.


0 comments