这一趋势能带来与无状态服务器相互作用的有状态客户端(例如简单的数据库前端程序)。
This trend could bring us to stateful clients interacting with stateless servers (i.e. a simple database front-end).
所有这些都可以在客户端代码中没有可变状态的情况下完成。
This all can be done with no mutable state in the client code.
因此,所有的状态都要存储在客户端。
应用推荐