I'm approaching Titanium/Alloy for mobile app developement. I'd like to know if I can in some way run my Js code (Alloy models included) without compiling/deploying app to the emulator/device. Of course I'm talking about pure code, not yet related to UI. This would save a lot of time, for example during trials in dealing with a json server, data parsing, model filling, etc..
Is it possible and how, maybe via Node? Thanks Max