Given that i am trying to understand what technologies fit where, I was looking for something more discrete answer. Something along the lines
* 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 ?
Comments
Given that i am trying to understand what technologies fit where, I was looking for something more discrete answer. Something along the lines
* 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 ?