|
|
|
|
|
by sharemywin
3783 days ago
|
|
As far as I can tell web services returning json is the standard way to separate business functionality and UI. also, bootstrap is a pretty common library that allows your webpages to respond to different size browsers pretty easily. After that you get into choices that are language dependent. Angular JS, knockoutjs, react others are frameworks(using loosely) in the browser. There are a lot of MVC frameworks for the Server including java based ones(groovy/grails). Then, for native you need to decide whether you might want a mobile platform that can be used for both iOS and Android. Cordova, Corona, Titanium, Xamarin. |
|
* I could use Django to create the server side. The whole server would be created in RESTFul architecture
* Front end ??? Would i create two different projects for Web and Mobile clients ? What framework to use here ? Shall the front end directly communicate with Django RESTFul api or some other layer should be there ?