13 Matching Annotations
  1. Dec 2022
  2. Aug 2022
    1. 底层通信协议支持选择 KCP 协议

      kcp优化

    2. 避免了等待与后端服务建立连接以及 frpc 和 frps 之间传递控制信息的时间。

      连接池优化

  3. Aug 2018
  4. Apr 2018
  5. Dec 2016
  6. Jan 2016
    1. Very useful overview of the conceptual differences between several modern UI architectures

    2. Hierarchical composition happens only among React components, not with Stores neither with Actions.