This loose coupling allows software on each side of the conversation to change without impacting the other, provided that the message schema stays the same.
这个松耦合使会话一端的软件可以在不影响另一端的情况下发生改变,前提是消息模式保持不变。
2
Second (and more significantly), this coupling causes client-side concerns to leak into server-side code.
第二(也是最明显的),这种耦合会造成对客户端的考虑会渗入服务器端代码。
3
Those unfamiliar should rest assured that RPC support allows very tight coupling with server-side logic in an intuitive manner.