DEV Community

Discussion on: Web App or LAMP?

Collapse
 
tunaxor profile image
Angel Daniel Munoz Gonzalez

I would try to get a little bit more of insights, I'd say when the system expects a lot of user interaction (navigating, clicking, moving, scrolling, updating, etc) I would tend to go for a SPA (Web App), because Web Apps tend to be more flexible in terms of user interaction, at least on my experience.

If the system is more about getting/showing data, with great amount of content inside each view/page I would rather go for a Server Side based option, and add libraries that allow me to add dynamic stuff where it is needed

often, web apps are easier, but that doesn't mean they are the correct solution, in the end whatever you choose to do, if you keep a good design in the backend, the front may be changed and fixed as needed for your client if it ever needs fixing