I want to develop a cross-plattform application, let’s say suitable for desktop (win7/8/Linux) and mobile (win phone/iPhone). It should run in offline-mode and maybe I will chose to go commercial with it. The easiest way to do this is using html5 plus js.
But how can I secure it somehow?
Because there is no online-connection available I can’t seperate view from logic. I can’t activate it, because every check in js can be bypassed.
Any clues?
I found Rhodes which is based on Ruby on Rails. As it seems it is running a server on all major smartphone plattforms. It got a sqlite database. I’m going to try that.