What server-side requirements are there?
Once a Jitsu app is compiled, the resulting HTML/JavaScript files can be deployed onto any web server – you don’t need either Mono or Windows to deploy a Jitsu application. Jitsu is back-end agnostic. We don’t prescribe (or even provide) any particular back-end server solution. Use PHP, Ruby, Java, Perl, .NET, Python, Windows, Linux, Apache, Oracle, MySql, or all of the above… Our one requirement is that the server talk to the front-end using JSON (JavaScript Object Notation). We provide a JSON format and marshalling mechanism, and give a PHP sample connector. If you are already generating HTML and XML, we believe adding a JSON connector should be straightforward.