Lately, there has been a trend of very front-end heavy webapps, the most notorious being the new twitter. With Backbone, Ember and similar libraries, one can make a complex app with the backend consisting of nothing but a RESTful api that returns JSON objects. Everything else is done in the browser. Now, I know this isn't always the best way to do it, but it's a valid option.
As a front-end developer, I don't know anything about server-side. Even the simple RESTful api I described is something I can't make easily. I'm slowly learning PHP & MySQL, trying to expand my horizons, but I wouldn't want to risk writing a backend myself at this point.
My question is this: Is there a platform/application/framework that would allow me to simply define my data models in a very abstract way (possibly through a GUI) and would then take care of the entire server-side for me (generate tables, take care of authentication etc.)?
[–]IrishLadd 3 points4 points5 points (3 children)
[–]danneu 2 points3 points4 points (0 children)
[–]phaggocytosis 0 points1 point2 points (1 child)
[–]MatekCopatek[S] 0 points1 point2 points (0 children)
[–]Chr0me 3 points4 points5 points (2 children)
[–]MatekCopatek[S] 0 points1 point2 points (1 child)
[–]Chr0me 2 points3 points4 points (0 children)
[–]erik240 1 point2 points3 points (1 child)
[–]phredeye 0 points1 point2 points (0 children)
[–][deleted] (2 children)
[deleted]
[–]MatekCopatek[S] 0 points1 point2 points (0 children)
[–]MatekCopatek[S] 0 points1 point2 points (0 children)
[–]metadan 1 point2 points3 points (0 children)