I got a little confused about this, and I feel a little silly asking this question, but I want to understand that.
So let's say I work with a client side web map like Backbone, Angular or Durandal. This structure includes routing.
But I, of course, have a server for the database, etc., which also has routing.
Now my question is:
When to use "client side routing" or "server side routing"?
How was the decision made whether routing is already done on the client side or is the first request sent to the web server?
It is especially difficult for me to imagine this, because the client side can perform routing before the server finds out about this request.
I would really appreciate it if someone could explain how these two routing systems work together.
PS: I did not include code examples because I am not looking for an answer about a specific structure, but concern the routing process in general.
web-applications client-side server-side routing
tomet May 31 '14 at 22:56 2014-05-31 22:56
source share