The backend tag has no usage guidance.
-2
votes
0answers
33 views
BaaS or developing back-end from scratch
I am starting to develop a small cross-platform chat app (Android, iOS, Windows, web). I decided to use Xamarin to re-use the code as much as possible, however I don't know if I should use BaaS or ...
0
votes
3answers
96 views
Should REST APIs contain the ability to dispatch email?
When building a service that uses both a back-end REST API, and (a) front-end application(s), is it proper to build into that API the ability to dispatch email?
Take Twitter for example; for those ...
1
vote
3answers
169 views
Using multiple languages
I currently have a website running PHP laravel. We came to a point where we want to add a user-backend -- where users sign-up and can access functions when logging in.
My question is; Is it possible ...
3
votes
2answers
231 views
Methods of separating front and back-end with full stack javascript?
Suppose I have a front-end which is mostly a single-page application written using angular, grunt, and bower. And suppose I have a backend, which is mostly just a REST API sitting on top of an ORM, ...
3
votes
1answer
128 views
Is having only static pages calling the backend a good idea?
I'm new to web applications development, specially when it comes to frontend, but as I understood, a typical structure for a big application would have a frontend php (or equivalent) layer calling the ...
3
votes
3answers
187 views
Web Services vs Server Side Methods
With all the front end development frameworks now available. I'd like to know if the generally accepted protocol is for a back end service to simply provide web services for the front end to consume?
...
0
votes
1answer
270 views
Laravel Algorithm for taxi app
I am trying to write a backend for a taxi service (university assignment) and I am stuck on the algorithm.
whenever a new client posts a request, all the taxi drivers nearby get an email notification ...
1
vote
2answers
229 views
What are the advantages of a 'traditional' 'backend' architecture for a standard CRUD app? [closed]
In the past few years, 'client-side' web applications have become popular. A common approach nowadays is to have the backend as thin as possible, mostly exposing an API for the client-side Javascript ...