[SOLVED]Web and mobile via same backend |
Sorry you misunderstood, the backend is in this case not an administration panel of some sorts, but more like a server, a daemon. The user can't access it, it will not load any views. It gets a command from the mobile app or website, and returns a value. Not any more then that.
I just have it so the mobile app won't directly access the database, and I don't have to write the same database code twice (for web and app). The backend is more like the API you described I guess. |
Messages In This Thread |
[SOLVED]Web and mobile via same backend - by PureTryOut - 10-16-2015, 04:57 AM
RE: Web and mobile via same backend - by rtorralba - 10-16-2015, 07:37 AM
RE: Web and mobile via same backend - by PureTryOut - 10-16-2015, 07:49 AM
RE: Web and mobile via same backend - by rtorralba - 10-16-2015, 08:12 AM
RE: Web and mobile via same backend - by mwhitney - 10-16-2015, 09:39 AM
RE: Web and mobile via same backend - by PureTryOut - 10-19-2015, 12:07 AM
RE: [SOLVED]Web and mobile via same backend - by rtorralba - 10-19-2015, 12:26 PM
|