Hi
Trying to make a decision between Drupal 7 and EE.
If I developed Ajax/JS in a template for client side execution, what is the story for callbacks to the EE backend?
In a standard MVC type web application, I might call a RESTfull endpoint and execute a method in a controller to do some kind of update, or return JSON or HTML to update the DOM on the callback.
This whole area confuses me with what I have read about EE as I can’t see the “end point”.
Many thanks.