I would like to use AngularJS in my next project. The application with Python backend and html5, Angular frontend.
I am going to use MVC framework on backend and I am little bit confused. Do I have to use routing on backend and also frontend?
Because I always used backend routing and routing on frontend is really new idea for me.
Is client side routing better? And when I choose to use frontend routing, there will be no routes on backend? All request will be send to one url?