+ 4
Front end and Back End Development
Must Every website have a Back End?
2 odpowiedzi
+ 8
Nope. It's not unsual to develop a web application with the mixture of Presentation (Front) and Business (Back) layer.
It's viable for small to medium project but it's harder to scale due to high coupling (both are tied and depends on each other).
Therefore if you aim to develop a large application with high scalability, seperating the two will definitely benefit in a long run. 😉
+ 1
It's always nice to have a back-end for a website.