|
|
|
|
|
by simonw
5600 days ago
|
|
The difference between a web site and a web application isn't binary. Modern web sites increasingly blur the lines between the two. Hashbang URLs are bad because they damage the addressability of the Web. If I can't take a URL, telnet to port 80, run GET /path and get back a representation of the thing that the URL points to, that URL isn't really part of the Web - it's part of a JavaScript application delivery engine that happens to run over HTTP. |
|
I don't think anybody opposes it in cases where it actually makes sense, but I assert that the dividing line is pretty clear.