https://github.com/gorilla/websocket https://github.com/olahol/melody https://github.com/webrtc/samples https://gabrieltanner.org/blog/broadcasting-ion-sfu https://blog.csdn.net/RA681t58CJxsgCkJ31/article/details/102848817
除GraphQL外,JSON RPC优化的另一个取向–gRPCweb GraphQL着眼的优化点在于通过移交一部分查询的逻辑到客户端,从而减少了数据的交换量,而RPC则着眼于使用可压缩的二进制/文本协议,减少JSON文本传输带来的不必要的协议损失。