I am starting a new app that will target both web and mobile (but possibly only as HTML5, not necessarily a native app)… So, what are the frameworks you guys recommend? I am familiar with plain ol’ ASP.NET, and some minimum AJAX. So is it best, for example, to build a ASP.NET REST based API with a JQuery and JQueryMobile?
Share
I’m looking at a similar approach while we’re commercializing an app of ours.
Considerations
After 5 months of research and experience combined with the comments above, here are some considerations:
Recommended Frameworks
Given your case, here are some recommended frameworks to make life easier:
Remember
Sometimes it is just necessary to build a separate client for mobile if your app is complex. It can be native, HTML5, or HTML5 put through PhoneGap.