Seems with html 5 websockets I can now think of the browser as a unix terminal.
Instead of serving out flat html files, I can serve out one small bit of javascript that builds the page synchronously & interacts with the user.
All good for very fast dynamic web pages, and a great user experience.
Not so good for getting my content in Google’s index.
Time to think.