Slide 7
Slide 7 text
7 / 26
1つのプログラム
サーバーとクライアントを行き来することを1つのプログラムとして扱ってシームレスに行える
サーバー・クライアントいずれの実行環境で動くコンポーネントかは、開発者自身で意識する必要がある
They let you model a client/server application as a single program spanning the two machines without losing sight of the reality of
the network and serialization gap. That, in turn, allows seamless composition across the network.
引用元:https://overreacted.io/what-does-use-client-do/