When I discovered the SPA style I was very excited, but I was researching on some frameworks that do this, I saw that they are mvc's, but totally customer oriented (front) and this did not really please me, because my focus is to deepen on the server side.
I understood that the back would serve only to serve data and persistence (basic) as a Rest and the rest on the client.
I want to know if you can use one of these frameworks only the "view" part (single pages application)? To be able to create Spa interfaces and still be able to keep part of the responsibility in the back, halfway through.
I do not know about these frameworks like angularjs and etc, someone more experienced could guide me.
Thank you.