Computer Science Experimentation

Sunday, April 22, 2012

Real-time GUI with F# REST server

Introduction
This post presents a real-time Graphical User Interface (GUI) using HTML5 (SVG) client and a F# REST server. It is based on the following previous posts:

* WCF with F# interactive – Data Server example http://caxelrud.blogspot.com/2010/12/wcf-with-f-interactive-data-server.html

* Data and Historian Service using WCF and F# interactive - rev 2 http://caxelrud.blogspot.com/2011/05/data-and-historian-service-using-wcf.html

Graphics

The graphics were created using a web-based drawing tool (WYSIWYG) at http://www.diagram.ly/ and the result was exported as SVG. This tool includes several technical libraries for example the P&ID (Process and Instrumentation Diagram). 

Check the full article at:

https://skydrive.live.com/edit.aspx?cid=BDC87EF39B001785&resid=BDC87EF39B001785%21152#!/view.aspx?cid=BDC87EF39B001785&resid=BDC87EF39B001785%21348

(UNDER CONSTRUCTION ...)