I am creating a cross-platform application with Awesomium using Mono(C#). I am trying to create app with HTML/CSS/JS UI, so on main form only one item - Awesomium WebView. But I am new at this thus I know nothing about logic and structure of the applications with HTML/CSS/JS GUI.
My application not will be absolutely standalone, it will be connect to the server and receive data from it, but I want UI which will be on the client side and which will not be loaded from a server every time.
So I need sample application which uses Awesomium or another similar SDK for the standalone GUI, not like web-browser.
Or I need detailed explanation about logic and structure of the application with HTML UI(for example how I need to store my html/css/js files? Like the regular html/css/js files? Is it safely? etc).
Thanks!