Page 1 of 1

Updating DataContext from Server and receiving updates from same

Posted: Thu Oct 08, 2015 7:16 am
by MichaelHughes
I am new to this and come from a WPF / Xaml background but using Dyalog APL not C#.

I see the data binding seems to work on the local client side - is it easy to keep the DataContext updated from the server?

Most of my app will still run on the server but I'd like to communicate with data binding between GUI and the server.

I can do this with a datasource now using standard WPF/Xaml - but wasn't sure how to do it with the HTML5 compilation

Thanks