One page only javascript applications

前端 未结 8 957
野性不改
野性不改 2021-02-08 23:09

Have you experimented with single page web application, i.e. where the browser only \'GETs\' one page form the server, the rest being handled by client side javascript code (one

8条回答
  •  耶瑟儿~
    2021-02-08 23:48

    Maybe you should check SproutCore (Apple Used it for MobileMe) or Cappuccino, these are Javascript frameworks to make exactly that, designing desktop-like interfaces that only fetch responses from the server via JSON or XML.

    Using either for a blog won't be a good idea, but a well designed desktop-like blog admin area may be a joy to use.

提交回复
热议问题